miki151 / keeperrl

Source code of KeeperRL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keeperrl

Source code of KeeperRL.

http://keeperrl.com,

http://store.steampowered.com/app/329970,

https://miki151.itch.io/keeperrl

Compiling

On Windows: go to here -> http://keeperrl.com/compiling-keeperrl-on-windows/

On Linux and Mac:

Prerequisites

  • make essentials
  • gcc-4.8.2 OR clang-3.5
  • git
  • For compiling on OSX you'll also need libboost-system, libboost-thread and libboost-chrono
  • libsdl2-dev, libsdl2-image-dev
  • libopenal-dev
  • libvorbis-dev
  • libtheora-dev

Under Ubuntu 14.4 , you could use these to create development enviroment

sudo apt-get install libsdl2-dev libsdl2-image-dev libopenal-dev libvorbis-dev libtheora-dev llvm-3.4 build-essential

In terminal:

git clone https://github.com/miki151/keeperrl.git
cd keeperrl
make -j 8 OPT=true RELEASE=true # Add DEBUG=true to have debug symbols
# add OSX=true to compile on OSX
./keeper

About

Source code of KeeperRL

License:GNU General Public License v2.0


Languages

Language:C++ 95.3%Language:C 3.8%Language:CMake 0.4%Language:PHP 0.2%Language:Makefile 0.1%Language:Shell 0.1%Language:Objective-C++ 0.1%Language:Batchfile 0.0%Language:HTML 0.0%