- grab latest Nim from GitHub and follow compiling instructions
- don't forget to add
Nim/bin
and~/.nimble/bin
directory to your PATH - also build koch tools with
./koch tools
command
- 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 sdl2
command
- install ffmpeg or libavtools
- linux users can use apt-get
- mac users just type
brew install ffmpeg --with-libvorbis
command
- 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