aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:02:31 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:02:31 -0900
commitf5ce5f43999742312ee26a919cdffc9c5285c682 (patch)
tree9b6c37451ffd3411a5f9559cb036228527347a42
parent95cbdda160084a3116caf9b4d430e6152e617b54 (diff)
downloadyetihack-f5ce5f43999742312ee26a919cdffc9c5285c682.tar.zst
added a readme
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8e9886b
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+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)
+ 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 install to install. To run, just type yetihack, or on windows, a shortcut will be placed on your desktop.