- grab latest Nim from GitHub and follow compiling instructions
- don't forget to add
Nim/binand~/.nimble/bindirectory to your PATH - also build koch tools with
./koch toolscommand
- don't forget to add
- mac users must install Xcode from App Store (after that install Xcode Command Line Tools with
xcode-select --install) and Brew - install sdl2
- linux users can use apt-get
- mac users just type
brew install sdl2command
- install ffmpeg or libavtools
- linux users can use apt-get
- mac users just type
brew install ffmpeg --with-libvorbiscommand
- Clone this repo
- Install nimble dependencies
nimble install -dy - Build and run (by default prod server will be used):
nake
You also can use nake help to display possible options. For example you can choose which scene to load:
nake -d:scene=WitchSlotView
Or use local server:
nake -d:local