Ignore:
Timestamp:
Apr 25, 2010, 2:23:40 PM (15 years ago)
Author:
iritscen
Message:

Ooh, commit #29. Updated Mac project files, fixed small About box text glitch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/projects/README-Mac.txt

    r386 r513  
    11== Building the AE Installer for the Macintosh ==
    2 last updated June.06.2009
     2last updated April.25.2010
    33by Iritscen (iritscen@oni2.net)
    44
    55Requirements: 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.
    86
    971. Preparing to build the Installer.
     
    24221.    mkdir build-dynamic-universal
    25232.    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=builtin
     243.    ../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
    27254.    sudo make
    2826      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.
     
    3129      The libiconv project is at http://www.gnu.org/software/libiconv/. From the expanded folder's directory, use the commands:
    32301.    mkdir build-static-universal
    33 2.    ./configure --enable-static --prefix=/Users/mloudon/Programming/Third-Party/Development/libiconv-1.13/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"
     312.    ./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"
    34323.    sudo make
    35334.    make install
     
    41393. Building the Installer.
    4240   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.