DEADSOFTWARE

Minor doom2d_deb_maker 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.
53 Installation with package manager
54 =================================
56 Also deb package for binary installation are provided.
57 There are both 32-bit and 64-bit packages.
59 You can install them in such way:
61 dpkg -i doom2d-rembo_1.35.1_i386.deb
63 or
65 dpkg -i doom2d-rembo_1.35.1_amd64.deb
67 Music and wad's will be installed at
68 /usr/share/doom2d-rembo directory and
69 doom2d binary at /usr/bin
71 To remove Doom2D:Rembo type
73 dpkg -r doom2d-rembo