File: INSTALL

package info (click to toggle)
frogatto-data 1.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 254,428 kB
  • ctags: 46
  • sloc: xml: 584; python: 396; perl: 249; sh: 126; ruby: 69; makefile: 30
file content (25 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (9)
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
Prerequisites:

You'll need to have these libraries with equivalent development versions to build Frogatto:

 boost_iostreams >= 1.35.0
 boost_regex >= 1.35.0
 boost_asio >= 1.35.0
 boost_system >= 1.35.0
 libsdl >= 1.2.7
 libsdl-image >= 1.2 (with png support)
 libsdl-mixer >= 1.2 (with Vorbis support)
 libsdl-ttf >= 2.0.8
 gl
 glu
 glew
 ccache
 libz

Building:

To build, type 'make'. The Makefile will probably work. :) If it doesn't you may have to tweak it for your platform. The executable 'game' will be created which you can run.

To access the level editor, press CTRL-E during the game.

Have fun!