mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
41 lines
600 B
Plaintext
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.
|
|
|
|
|