Hello everybody,
I'm pleased to announce that there is now an archive avalaible [1] which
contains wormux statically linked to Clanlib 0.7.8 :-)
SDL is desactivated since it does not compile with. I hope there is no
bug in the packaging. The compilation was done on Debian Sid.
Sadly, you have to create a correct ~/.wormux/config.xml to play. Here
is a copy paste of mine :
[EMAIL PROTECTED] cat /home/matt/.wormux/config.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<config>
<data_dir>../data/</data_dir>
<locale_dir>/usr/local/share/locale/</locale_dir>
<map>Cowland</map>
<teams>
<team>escargot</team>
<team>pink_floyd</team>
</teams>
<video>
<use_sdl>0</use_sdl>
<width>800</width>
<height>600</height>
<full_screen>0</full_screen>
</video>
<sound>
<active>1</active>
<music>1</music>
<effects>1</effects>
<frequency>22050</frequency>
</sound>
<game_mode>classic</game_mode>
</config>
[EMAIL PROTECTED]
Here is the dependencies :
ldd wormux-static
libxml++-1.0.so.1 => /usr/lib/libxml++-1.0.so.1 (0xb7fc2000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7eba000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7eab000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7e8d000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7e68000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7e41000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7e3c000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7d74000)
libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0xb7cf9000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7ceb000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7c73000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7bb9000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7b97000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7b8d000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7a59000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7a47000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7a44000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb72f3000)
So the binary is src/wormux-static and not src/wormux, sorry for this. I
will correct this in the future version.
I hope this is convenient for everyone. Toddd, are you happy ??
Can someone make a very small doc to upload on wormux.org and can answer
on the forum to the posts with debian...
@+
Matt
[1] http://download.gna.org/wormux/wormux-clanlibstatic-0.5.tar.bz2