Files
Vangers/INSTALL

41 lines
600 B
Plaintext
Raw Normal View History

2016-03-12 15:23:57 +03:00
VANGERS: One for the Road
~~~~~~~~~~~~~~~~~~~~~~~~~
1. Required libraries:
2016-03-12 20:17:37 +03:00
- SDL2
- SDL2_net
2016-03-12 15:23:57 +03:00
- libvorbis
2016-03-12 20:17:37 +03:00
- clunk (https://github.com/stalkerg/clunk)
2016-03-12 15:23:57 +03:00
- ffmpeg
- zlib
See `.travis.yml` script for the exact command lines for Ubuntu/Debian systems.
2016-03-12 15:23:57 +03:00
2. Required tools:
- cmake
- make
3. Building:
$ mkdir build
$ cd build
$ cmake ..
$ make
4. Running:
$ cd data
$ ../build/src/vangers
OSX prerequisites
a. Install homebrew
b. brew install sdl2 sdl2_net libvorbis libogg ffmpeg
c. Build/install clunk (https://github.com/stalkerg/clunk).
d. Go to 3.