slickworm

downloads

Extract to a folder and run it.

To run type the following:

    tar xvjf slickworm-0.4.1.i586.tar.bz2
    cd slickworm-0.4.1
    ./slickworm

Dependencies: SDL, libjpeg, libpng, GL, ODE, vorbis[optional], OpenAL[optional]

All of these except ODE are commonly distributed with most Linux distributions. ODE can be got from www.ode.org . Follow it's instructions to make it. Copy the headers and libode.a to /usr/local

    include/ode --> /usr/local/include/ode
    lib/libode.a --> /usr/local/lib/libode.a

To compile slickworm type

    ./configure
    make
    make install

Then type

    slickworm

to run the game.


--
© 2002-2004 Micheál O'Brien.