# 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
#
executable in order to avoid a collision with the BSD games port of
the ancestral 1977 version.
-The distribution has three build-time depedencies: Python 3, Python 3
-YAML, and the linenoise library. It builds a pure C executable.
+The distribution has three build-time dependencies: Python 3, Python 3
+YAML, and libedit. It builds a pure C executable.
You can run a regression test on the code with 'make check'. Extreme
care has been taken to not silently change gameplay. By policy, all