Update documentation about the libedit conversion.

This commit is contained in:
Jason S. Ninneman 2017-07-01 06:59:39 -07:00
parent ad3b097c9e
commit c69355f08a
2 changed files with 8 additions and 3 deletions

View file

@ -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
#