home · contact · privacy
Update notes on portability / dependencies.
[plomrogue] / README
diff --git a/README b/README
index ac0e0a37322fbbee2f2f1bac41de7bc7d23d2d87..900a35741a25422d106b42ea458c6bd599c39893 100644 (file)
--- a/README
+++ b/README
@@ -25,10 +25,9 @@ start over in a new world, simply delete this file.
 System requirements / installation / running the game
 -----------------------------------------------------
 
-The game is expected to run on Linux systems that contain the ncurses library.
-(It may also work on other Unix-like systems with ncurses, who knows. See
-<https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for OS
-X compatibility.) Do the following steps:
+The game is expected to run on Unix systems that contain the ncurses library and
+Python3. To be built, GCC is expected, or at least some C compiler properly
+masking as it. Do the following steps:
 
 $ git clone https://github.com/plomlompom/plomrogue
 $ cd plomrogue