diff options
| author | rayhogenson <rayhogenson@gmail.com> | 2014-03-15 00:50:32 -0800 |
|---|---|---|
| committer | rayhogenson <rayhogenson@gmail.com> | 2014-03-15 00:50:32 -0800 |
| commit | 1b8c93a8a9d1fd32b48720a747dc8ac33febc298 (patch) | |
| tree | aaeb515a8ddfd9e20e779a5ffe32723afce3ca4a /README | |
| parent | Merge https://github.com/rayhogenson/yetihack into testing (diff) | |
| parent | Merge pull request #6 from rayhogenson/fix (diff) | |
| download | yetihack-1b8c93a8a9d1fd32b48720a747dc8ac33febc298.tar.zst | |
Merge branch 'testing' of https://github.com/rayhogenson/yetihack into testing
aaoeusantoushnatosuhntaosuhnta
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,8 +1,6 @@ -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 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-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. +Yetihack! +All that you need to do to compile this program is enter the build directory, and make. +cd build +make +make install +Then you're done! You will need curses btw. |
