Attempt fix for issue #52: endgame oyster reading is incorrect
[open-adventure.git] / INSTALL.adoc
1 = Installing Open Adventure =
2
3 Installation now requires Python3 due to a security issue
4 with the YAML library.
5
6 1. Install libedit from http://thrysoee.dk/editline/ (aka: editline)
7 on your system.
8 +
9 On Debian and Ubuntu: `apt-get install libedit-dev`.
10 +
11 On Fedora: `dnf install libedit-devel`.
12 +
13 You can also use pip to install PyYAML: `pip3 install PyYAML`.
14
15 2. Change to the top-level directory of the source code (e.g., `cd open-adventure`).
16
17 3. Build with `make`.
18
19 4. Optionally run a regression test on the code with `make check`.
20
21 5. Run `./advent` to play.