aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:14:50 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:14:50 -0900
commitca4c9101a067023921ca60bd0ba593999f4e90c9 (patch)
treea56f8e5124edf32cb5a533c3140f12cabf4ae904
parent95cce1be8aac074afd8943c6a96b89be58929456 (diff)
downloadyetihack-ca4c9101a067023921ca60bd0ba593999f4e90c9.tar.zst
fixed typos
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8178216..886ab4d 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Compiling:
enter the yetihack directory
type
./configure 'Name of your os'
- replace 'Name of your os' with the operating system you are compiling for (valid choices are windows and linux)
+ replace 'Name of your os' with the operating system you are compiling for (valid choices are windows and linux(if you have a different os, write your own makefile))
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 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.