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

Comparing deliantra/Deliantra-Client/makebin.linux (file contents):
Revision 1.9 by root, Tue Dec 25 09:39:49 2007 UTC vs.
Revision 1.10 by root, Wed Dec 26 18:09:30 2007 UTC

7PANGO=1.5.0 7PANGO=1.5.0
8#PERL=/opt/perl 8#PERL=/opt/perl
9#PERLLIB=/opt/perl/lib/perl5/ 9#PERLLIB=/opt/perl/lib/perl5/
10#PANGO=1.6.0 10#PANGO=1.6.0
11 11
12for mod in AnyEvent EV JSON-XS Crossfire Compress-LZF BDB; do 12for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do
13 ( 13 (
14 cd /root/src/$mod 14 cd /root/src/$mod
15 $PERL/bin/perl Makefile.PL 15 $PERL/bin/perl Makefile.PL
16 make install 16 make install
17 make clean 17 make clean
43make install 43make install
44 44
45wait 45wait
46 46
47LD_LIBRARY_PATH=/lib:/usr/lib \ 47LD_LIBRARY_PATH=/lib:/usr/lib \
48$PERL/bin/pp -C -I /root/src/Crossfire \ 48$PERL/bin/pp -C -I /root/src/Deliantra \
49 -M AnyEvent::Impl::EV \ 49 -M AnyEvent::Impl::EV \
50 -l db-4.4 \ 50 -l db-4.4 \
51 -l glib-2.0 -l gobject-2.0 -l gmodule-2.0 \ 51 -l glib-2.0 -l gobject-2.0 -l gmodule-2.0 \
52 -l pangoft2-1.0 \ 52 -l pangoft2-1.0 \
53 -l SDL -l asound \ 53 -l SDL -l asound \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines