forked from brunonymous/Powermanga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (31 loc) · 947 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Powermanga is an arcade 2D shoot-em-up game with 41 levels and more
than 200 sprites. It runs in 320x200 or 640x400 pixels,
with Window mode or full screen
and support for 8, 15, 16, 24, and 32 bpp.
PREREQUISITES
You need:
- A IA-32, x86-64, PowerPC, ARM or MIPS platform
- 32 MB RAM and 80 MB swap
- Linux 2.x
- SDL 1.2
- SDL_mixer
- the GCC C++ compiler
- GNU make
- (X.Org Server)
- (X11 with the MIT-SHM extension headers)
- (LinuxThreads)
COMPILING AND INSTALLING
To install in /usr/local :
./bootstrap
./configure
make
su -c 'make install'
COMPILATION WITH CMAKE
Example for SDL2 :
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE="Release" -DPOWERMANGA_SDL=on -DPOWERMANGA_SDL2=on
cmake --build . --config Release
LEGAL
Powermanga is copyright TLK Games 1998-2014 and available under the
terms of the GNU General Public License. See COPYING for details.