keeperrl

Source code of KeeperRL

  • 所有者: miki151/keeperrl
  • 平台:
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

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 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

概览

名称与所有者miki151/keeperrl
主编程语言C++
编程语言C++ (语言数: 9)
平台
许可证GNU General Public License v2.0
发布数29
最新版本名称alpha36 (发布于 )
第一版名称alpha6 (发布于 )
创建于2013-11-13 20:36:31
推送于2024-04-25 08:17:25
最后一次提交2024-04-25 10:17:21
星数832
关注者数46
派生数100
提交数6.7k
已启用问题?
问题数1894
打开的问题数682
拉请求数92
打开的拉请求数10
关闭的拉请求数60
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部