X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=e9c0de38748c06354386d324043636b3d04772a7;hp=46fe7ca70c1f3a0dc81dce12745e492ab8ffbe7d;hb=31f27b672c05df602fa1cc9cb5f64f0ef7cb3d80;hpb=9e8e0893dc3eb3b17b09ba5d7252461bb870ccc6 diff --git a/Makefile b/Makefile index 46fe7ca..e9c0de3 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,26 @@ # git submodule update --recursive --remote # # but this should seldom be necessary as that library is pretty stable. +# +# You will also need Python 3 YAML. Under Debian or ubuntu: +# +# apt-get install python3-yaml +# +# If you have pip installed, +# +# pip3 install PyYAML +# +# If you are using MacPorts on OS X: +# port install py3{5,6}-yaml as appropriate for your Python 3 version. +# +# To build with save/resume disabled, pass CCFLAGS="-D ADVENT_NOSAVE" + +VERS=$(shell sed -n