Files
Vangers/INSTALL
nikita prianichnikov 825fe6c279 Using VorbisFile package on OSX
Added build instructions for OSX
2016-07-29 14:42:08 +03:00

41 lines
600 B
Plaintext

VANGERS: One for the Road
~~~~~~~~~~~~~~~~~~~~~~~~~
1. Required libraries:
- SDL2
- SDL2_net
- libvorbis
- clunk (https://github.com/stalkerg/clunk)
- ffmpeg
- zlib
See `.travis.yml` script for the exact command lines for Ubuntu/Debian systems.
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.