X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28b5ea4e86c1673ed75e0cc7b7fc2d22afe4db18..6c5086b3bf6765757aba4ad8eca16036c0de4679:/docs/cocoa/install.txt diff --git a/docs/cocoa/install.txt b/docs/cocoa/install.txt index c07d8d7246..a7a5cb3f66 100644 --- a/docs/cocoa/install.txt +++ b/docs/cocoa/install.txt @@ -1,13 +1,14 @@ +---------------------------------------------------------------------------- +NB: This is the old wxCocoa port, you almost certainly want to read + docs/osx/install.txt for instructions about building wxOSX/Cocoa instead. +---------------------------------------------------------------------------- + wxCocoa is still a work in progress. To compile it, you will need Apple's Developer Tools. However, please note that any work to make it suitable for GNUstep (which will require a GCC release with Objective-C++) will be much appreciated. -Some users also report success with Metrowerks CodeWarrior IDE and I've even -on occasion used the command-line MW compilers (see docs/metrowerks) with -configure instead of GCC and Apple's LD. - Like most UNIX ports, the standard configure/make method works. You should be able to build the library as static or shared. I usually build static.