DEADSOFTWARE

Minor INSTALL file fixes
[flatwaifu.git] / INSTALL
1 Basic Installation
2 ==================
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
12 2. CMake to configure
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
23 mkdir build
24 cd build
25 cmake ..
27 to configure installation with Cmake automatically
29 2. If CMake configured project successfully type
31 make
33 to compile project and then
35 make install
37 to install under /usr/local/bin
39 3. When compilation finished successfully simply run
41 cd ..
42 ./copy.sh
44 script to copy doom2d music and wad's to
45 /usr/share/doom2d-rembo directory.
47 4. Finally, to run Doom2D:Rembo and type
49 /usr/local/bin/doom2d
51 and enjoy game.