aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:05:21 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:05:21 -0900
commitab555d4a5897e8621b81e8e8f5110157305daaa4 (patch)
tree0811d246488dc9307df263726100f3d3a303d9fe
parentf5ce5f43999742312ee26a919cdffc9c5285c682 (diff)
downloadyetihack-ab555d4a5897e8621b81e8e8f5110157305daaa4.tar.zst
edited the readme
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8e9886b..8178216 100644
--- a/README
+++ b/README
@@ -4,5 +4,5 @@ Compiling:
./configure 'Name of your os'
replace 'Name of your os' with the operating system you are compiling for (valid choices are windows and linux)
If all went well, there should now be a Makefile in the top directory.
- type make, to build yetihack, or yetihack.exe on windows. This should be fairly quick, make sure you have g++ installed, mingw for windows. If you are using windows, make sure that you have pdcurses.dll in /usr/i586-mingw32msvc/bin/, and libpdcurses.a at /usr/i586-mingw32msvc/lib/
+ type make, to build yetihack, or yetihack.exe on windows. This should be fairly quick, make sure you have g++ installed, mingw for windows. If you are using windows, make sure that you have pdcurses installed. For linux, make sure you have ncurses.
type make install to install. To run, just type yetihack, or on windows, a shortcut will be placed on your desktop.