]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/cocoa/install.txt
removed cleanup module which was only used for working around bugs in memory debuggin...
[wxWidgets.git] / docs / cocoa / install.txt
index 84de896ebfafbe4a302cc91a91d224353a98a143..ea32d5c7f6fdddbbc90a694e60a3e92d9935e430 100644 (file)
@@ -6,19 +6,19 @@ a GCC release with Objective-C++) will be much appreciated.
 
 For the time being, the standard configure/make method works.  You will
 want to build static because there are a number of unimplemented functions
-that a shared library will need (becuase of wxWindows code internally using
+that a shared library will need (becuase of wxWidgets code internally using
 them) but that a static library will not (because most of the samples
 don't need it).
 
 On my system I have the following:
 
 Checked out CVS source is in:
-/Users/dfe/devel/wxHEADcommit/wxWindows
+/Users/dfe/devel/wxHEADcommit/wxWidgets
 Debug build directory is:
 /Users/dfe/devel/wxHEADcommit/BUILD_COCOAd
 
 From the debug build directory:
-$ ../wxWindows/configure --with-cocoa --enable-debug --disable-shared
+$ ../wxWidgets/configure --with-cocoa --enable-debug --disable-shared
 $ make
 $ cd samples/minimal
 $ make