]> git.saurik.com Git - wxWidgets.git/commitdiff
added a note about wxrc to Xcode section
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jun 2008 08:04:17 +0000 (08:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jun 2008 08:04:17 +0000 (08:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/mac/install.txt

index efa99153624773bee64c9e32beeff85e4395de9e..91602e20450ef1a2183fd59485ee43ce06fdcc4d 100644 (file)
@@ -57,12 +57,20 @@ By configuring the library with --disable-shared and using the full path
 to wx-config with the --in-place option you can avoid installing the library.
 
 
 to wx-config with the --in-place option you can avoid installing the library.
 
 
-Apple Developer Tools: XCode
+Apple Developer Tools: Xcode
 ----------------------------
 
 You can use the project in src/wxWindows.xcodeproj to build wxWidgets,
 and there is a sample project supplied with the minimal sample.
 
 ----------------------------
 
 You can use the project in src/wxWindows.xcodeproj to build wxWidgets,
 and there is a sample project supplied with the minimal sample.
 
+Notice that the command line build above builds not just the library itself but
+also wxrc tool which doesn't have its own Xcode project. If you need this tool,
+the simplest possibility is to build it from the command line after installing
+the libraries using commands like this:
+
+$ cd utils/wxrc
+$ g++ -o wxrc wxrc.cpp `wx-config --cxxflags --libs base,xml`
+
 Creating universal binaries
 ---------------------------
 
 Creating universal binaries
 ---------------------------