From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 7 Dec 2014 21:36:38 +0000 (+0100)
Subject: Add notes about redo'ing on OS X systems.
X-Git-Tag: tce~557
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%22https:/validator.w3.org/%7B%7Btodo.comment%7D%7D?a=commitdiff_plain;h=7ebdd51997623d8d62cc7539bae8ebffa2681059;p=plomrogue

Add notes about redo'ing on OS X systems.
---

diff --git a/README b/README
index 25c1736..d9b6789 100644
--- a/README
+++ b/README
@@ -25,8 +25,9 @@ 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.) Do the
-following steps:
+(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:
 
 $ git clone https://github.com/plomlompom/plomrogue
 $ cd plomrogue
diff --git a/redo b/redo
index 965988a..4081117 100755
--- a/redo
+++ b/redo
@@ -13,6 +13,10 @@
 # build/redo_scripts/. For details on this version, see:
 # - <http://news.dieweltistgarnichtso.net/bin/redo.html>
 # - <http://news.dieweltistgarnichtso.net/bin/redo-ifchange.html>
+#
+# This "redo" implementation may experience trouble on OS X systems, see
+# <https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for a
+# workaround.
 
 export PATH=$PATH:$PWD/build/redo_scripts
 redo "$@"