X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=INSTALL.adoc;fp=INSTALL.adoc;h=803a644ad90b5cfd163c90278e2fb58615ffa270;hb=5fcebc66aeca21c67a8187c462d9091a18121363;hp=0000000000000000000000000000000000000000;hpb=c69355f08a9decadb43e55037e366b0e5ba98ec6;p=open-adventure.git diff --git a/INSTALL.adoc b/INSTALL.adoc new file mode 100644 index 0000000..803a644 --- /dev/null +++ b/INSTALL.adoc @@ -0,0 +1,17 @@ += Installing Open Adventure = + +1. Install PyYAML for Python 3 (which requires Python 3), and libedit +(aka: editline) on your system. + +On Debian and Ubuntu: 'apt-get install python3-yaml libedit-dev'. +On Fedora: 'dnf install python3-PyYAML libedit-devel'. + +If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as appropriate for your Python 3 version. + +You can also use pip to install PyYAML: 'pip3 install PyYAML'. + +2. 'make'. + +3. Optionally run a regression test on the code with 'make check'. + +4. Run the resulting 'advent' binary to play.