forked from devshane/zork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to explain testing environment
- Loading branch information
1 parent
90a67cb
commit 86d711f
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,7 @@ to change the format of the database file. Andre Srinivasan | |
([email protected]) help test it. Jonathan Mark | ||
(uunet!microsoft!jonm) made it work under MS-DOS and Microsoft C. | ||
|
||
## Notes | ||
|
||
This version of the game was made with a gcc compiler running Cygwin, a Linux-type environment running on windows. The Makefile was edited from the original to use 'lcurses' libraries, instead of 'ltermcap' libraries. The resulting .exe file ran on both windows command prompt and Cygwin (xterm). | ||
|