Update documentation about the libedit conversion.
[open-adventure.git] / Makefile
index a6d39b6e542d095ee3a3fbe96093ca9e83d74002..9d94c11d35239855a5bb03b7d6e04114650e8146 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
 # Makefile for the open-source release of adventure 2.5
 
-# You will need Python 3 YAML.  Under Debian or ubuntu:
+# The libedit (aka: editline) library is required to build. On
+# Debian or Ubuntu:
+#
+# apt-get install libedit-dev
+
+# You will also need Python 3 YAML.  Under Debian or ubuntu:
 #
 # apt-get install python3-yaml
 #