From 7cf7dcea0eba0154771f5c8130a8734c33a83bbb Mon Sep 17 00:00:00 2001 From: Ryan Swart Date: Thu, 6 Feb 2014 18:15:41 +0800 Subject: [PATCH] Update README.md Give compilation instructions to save users time --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 20878ac2e..4f2a61066 100644 --- a/README.md +++ b/README.md @@ -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 + ```