melis-m / Swords-Scrolls-and-Knuckles

Survive and FIGHT!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swords Scrolls and Knuckles

Swords Scrolls and Kuckles

Compilation

Dependencies

Both Windows and Linux versions require the same dependencies:

  • Cmake (> 2.6)
  • Ogre 1.10
  • OIS (Generally presentend as a dependency of Ogre)
  • OpenAL
  • PyBind ( -> Python 2.7)

Windows

To compile Swords Scrolls and Knuckles on a Windows NT system, open CMake and create a Visual Studio solution for the project. You will maybe need to set some environment variables accordingly to your dependencies home directory.

Linux

To compile Swords Scrolls and Knuckles on Unix-like system, open a terminal and type:

mkdir build && cd build
cmake ..
make

Now, you can play the game by typing ./ssk from the project directory! :)

About

Survive and FIGHT!


Languages

Language:C++ 90.9%Language:CMake 6.8%Language:Python 2.0%Language:Makefile 0.2%