Changeset 513 for AE/Installer/trunk/projects/README-Mac.txt
- Timestamp:
- Apr 25, 2010, 2:23:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/projects/README-Mac.txt
r386 r513 1 1 == Building the AE Installer for the Macintosh == 2 last updated June.06.20092 last updated April.25.2010 3 3 by Iritscen (iritscen@oni2.net) 4 4 5 5 Requirements: An Intel Macintosh computer, preferably with Mac OS X 10.5 or higher, and an administrator password. Mono must be installed to run the built product. 6 7 Note: At the moment, the project is still in flux. I am planning to eventually set up the project to build a Universal application, not an Intel-only one. However, such a project may still require an Intel Mac to build the Installer.8 6 9 7 1. Preparing to build the Installer. … … 24 22 1. mkdir build-dynamic-universal 25 23 2. cd build-dynamic-universal 26 3. ../configure --with-opengl --enable-universal_binary --with-macosx-version-min=10.3.9 --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk --with-libjpeg=builtin --with-libpng=builtin --with-regex=builtin --with-libtiff=builtin --with-zlib=builtin --with-expat=builtin24 3. ../configure CC=gcc-4.0 CXX=g++-4.0 LD=g++-4.0 --with-opengl --enable-universal_binary --with-macosx-version-min=10.4 --with-macosx-sdk=/Developer/SDKs/MacOSX10.5.sdk --with-libjpeg=builtin --with-libpng=builtin --with-regex=builtin --with-libtiff=builtin --with-zlib=builtin --with-expat=builtin 27 25 4. sudo make 28 26 After all above commands have finished, check in build-dynamic-universal/lib/ for files that start with "libwx_mac" to ensure the build was successful. … … 31 29 The libiconv project is at http://www.gnu.org/software/libiconv/. From the expanded folder's directory, use the commands: 32 30 1. mkdir build-static-universal 33 2. ./configure --enable-static --prefix= /Users/mloudon/Programming/Third-Party/Development/libiconv-1.13/build-static-universalCC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" CPP="gcc -E" CXXCPP="g++ -E"31 2. ./configure --enable-static --prefix=[full path to build-static-universal] CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" CPP="gcc -E" CXXCPP="g++ -E" 34 32 3. sudo make 35 33 4. make install … … 41 39 3. Building the Installer. 42 40 If you are able to use the included .xcodeproj file, then you will need to change the directory in which the build takes place. Get info on the project and change the settings "Per-configuration Build Products Path" and "Installation Directory" to point to the folders of your choosing. 43 Once built, Installer.app must be moved to the edition/install/ folder inside your Oni installation, alongside the packages/ folder and OniSplit.exe, in order to work. 41 The next thing you need to do before building is update the path strings in fix_dylibs.sh to reflect the locations of your project files and supporting libraries. 42 Once built, Installer.app must be moved to the Edition/install/ folder inside your Oni installation, alongside the packages/ folder and OniSplit.exe, in order to work.
Note:
See TracChangeset
for help on using the changeset viewer.