ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.osx
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.4 by root, Wed Aug 27 20:28:12 2008 UTC vs.
Revision 1.8 by root, Mon Sep 29 03:05:00 2008 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3# Convert a gtk2-perl program to a standalone OS X binary 3# Convert a gtk2-perl program to a standalone OS X binary
4
5# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib
4 6
5PERL=/opt/local 7PERL=/opt/local
6PERLLIB=/usr/lib/perl5 8PERLLIB=/usr/lib/perl5
7PANGO=1.6.0
8 9
9umask 022 10umask 022
10 11
11if false; then 12if true; then
12 for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do 13 for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do
13 ( 14 (
14 cd /root/src/$mod 15 cd /root/src/$mod
16 rsync -avzPessh 10.0.0.1:/root/src/$mod . --del
15 $PERL/bin/perl Makefile.PL </dev/null 17 $PERL/bin/perl Makefile.PL </dev/null
16 make clean 18 make clean
17 $PERL/bin/perl Makefile.PL </dev/null 19 $PERL/bin/perl Makefile.PL </dev/null
18 make install || exit 20 make install || exit
19 make clean 21 make clean
166cat >dmg/README.txt <<EOF 168cat >dmg/README.txt <<EOF
167Hello! 169Hello!
168 170
169This disk image contains the Deliantra MORPG game client. 171This disk image contains the Deliantra MORPG game client.
170 172
173The client has been compiled for Intel systems only.
174
175The client uses a lot of right mouse button click pop-up menus, to emulate
176a right-click with a mouse that has only one button, use ctrl-click.
177
171To play it, simply double-click it, then select a good graphics resolution 178To play it, simply double-click it, then select a good graphics resolution
172in the Setup => Graphics tab and then go to Setup => Login, enter a nickname 179in the Setup => Graphics tab and then go to Setup => Login, enter a nickname
173(no spaces, only ASCII letters supported) and a password, then hit Login. 180(no spaces, only ASCII letters supported) and a password, then hit Login.
174 181
175You can also install the client application by dragging it onto your 182You can also install the client application by dragging it onto your

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines