--- deliantra/Deliantra-Client/makebin.osx 2008/08/27 20:28:12 1.4 +++ deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:44:12 1.9 @@ -2,22 +2,28 @@ # Convert a gtk2-perl program to a standalone OS X binary +# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib + +export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps + PERL=/opt/local PERLLIB=/usr/lib/perl5 -PANGO=1.6.0 umask 022 -if false; then - for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do +if true; then + for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do ( cd /root/src/$mod + set -x + pwd + rsync -avPessh 10.0.0.1:src/$mod/. . --del $PERL/bin/perl Makefile.PL LSHasLocalizedDisplayName LSMinimumSystemVersion - 10.5 + 10.3 NSAppleScriptEnabled NSHumanReadableCopyright @@ -168,6 +174,11 @@ This disk image contains the Deliantra MORPG game client. +The client has been compiled for Intel systems only. + +The client uses a lot of right mouse button click pop-up menus, to emulate +a right-click with a mouse that has only one button, use ctrl-click. + To play it, simply double-click it, then select a good graphics resolution in the Setup => Graphics tab and then go to Setup => Login, enter a nickname (no spaces, only ASCII letters supported) and a password, then hit Login.