keeperrl
KeeperRL 1.0 hotfix 19
KeeperRL의 소스 코드.
http://keeperrl.com,
http://store.steampowered.com/app/329970,
https://miki151.itch.io/keeperrl
Windows의 경우: 여기로 이동 -> http://keeperrl.com/compiling-keeperrl-on-windows/
Linux 및 Mac의 경우:
전제 조건
Ubuntu 14.4에서는 이를 사용하여 개발 환경을 만들 수 있습니다.
sudo apt-get install libsdl2-dev libsdl2-image-dev libopenal-dev libvorbis-dev libtheora-dev llvm-3.4 build-essential
터미널에서:
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