As promised, here they are--
LIBXML2
./configure && make && sudo make install
SDL
./configure && make && sudo make install
LIBOGG
./configure && make && sudo make install
LIBVORBIS
./configure && make && sudo make install
LIBMAD
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
FLAC
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
MIKMOD
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
SDL_MIXER
./configure -enable-music-mp3-shared=false --enable-music-ogg-shared=false --enable-music-flac-shared=false --enable-music-mod-shared=false --enable-music-mp3-mad-gpl && make && sudo make install
LIB_PNG
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
LIB_JPEG
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
LIB_TIFF
./configure x86_64-apple-darwin10.6.0 --with-apple-opengl-framework && make && sudo make install
SDL_IMAGE
./configure -enable-jpg-shared=false --enable-png-shared=false --enable-tif-shared=false && make && sudo make install
FREETYPE2
./configure && make && sudo make install
SDL_TTF
./configure && make && sudo make install
SDL_GFX
./configure x86_64-apple-darwin10.6.0 && make && sudo make install
WX_WIDGETS
../configure --disable-shared --with-cocoa --with-macosx-sdk=/Developer/SDKs/MacOSX10.5.sdk --with-macosx-version-min=10.5 && make && sudo make install
PHYSFS
mkdir cmake-build && cd cmake-build && cmake -DPHYSFS_BUILD_WX_TEST=False .. && make && sudo make install
LINCITY-NG
cd lincity-ng
curl -o make_mac.tgz www.jpenguin.co.cc/make_mac.tgz -#
tar zxvf ./make_mac.tgz
cd make_mac/
./build.sh
No comments:
Post a Comment