4 Currently to install Doom2D:Rembo from sources you need to have:
6 1. libSDL headers (SDL.h and SDL_mixer.h) at /usr/include/SDL
8 In Debian GNU/Linux you can install them with this command:
10 apt-get install libsdl1.2-dev libsdl-mixer1.2-dev
14 3. GCC and make to build
16 4. libSDL.so and libSDL_mixer.so at /usr/lib to run
18 To proceed installation:
20 1. `cd' to the directory containing the package's source code
21 e.g. `cd doom2d-rembo/src' and type
27 to configure installation with Cmake automatically
29 2. If CMake configured project successfully type
33 to compile project and then
37 to install under /usr/local/bin
39 3. When compilation finished successfully simply run
44 script to copy doom2d music and wad's to
45 /usr/share/doom2d-rembo directory.
47 4. Finally, to run Doom2D:Rembo `cd' to the
48 directory you copied binary, music and wad's