diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:51:46 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:51:46 -0900 |
| commit | ef5df61aab4694d1aba837b942533469edba1561 (patch) | |
| tree | 470f5a625a388d8cd9495b4da9dd29e9b1007fe6 /README | |
| parent | Changed the linux Makefile (diff) | |
| download | yetihack-ef5df61aab4694d1aba837b942533469edba1561.tar.zst | |
updated the README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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, 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-dev for ubuntu, ncurses for Arch linux. For other distros, search for it. type make install to install. To run, just type yetihack, or on windows, a shortcut will be placed on your desktop. |
