Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/miki151/keeperrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal committed Feb 6, 2014
2 parents 78599ef + ecabb24 commit 7270aa1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ keeperrl
========

Source code of KeeperRL

Compiling
=========

-Prerequisites

* make essentials
* git
* libsfml-dev 2+ (Ubuntu ppa that contains libsfml 2: http://www.playdeb.net/updates/Ubuntu/13.10#how_to_install )
* freeglut-dev
* exuberant-ctags


In terminal:
```
git clone https://github.com/miki151/keeperrl.git
cd keeperrl
make -j 8
./keeper
```

0 comments on commit 7270aa1

Please sign in to comment.