Fix compilation with wxWidgets 2.8.12
[amule.git] / BUILDING_MACOSX.txt
blob31b410e6dee20912a51dcb9723c47cbe41fa2126
1 To build on MacOSX, there are some experimental scripts located in src/utils/scripts/MacOSX
3 An example basic flow to create an SVN build is to do the following from the root folder where this file is located:
6 mkdir Build
7 cd Build/
8 WXVERSION=svn WXPORT=cocoa MULECLEAN=YES ../src/utils/scripts/MacOSX/full_build.sh
11 Those commands would build a MacOSX 10.6 (Snow Leopard) compatible application bundle for aMule and aMuleGUI
12 using the architecture of the build system ( i386 or x86_64 ), with the latest SVN vesion of wxWidgets.
14 Other parameters are explained upon execution of the script.
16 The above command was tested on MacOSX 10.7.1 Lion on a x86_64 architecture and provided valid binaries.
17 Unfortunately, other systems may fail silently, or loudly, and there is not much error reporting support.
19 Good luck!