X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=c58e6d7b020088cad3cdfb382ad05c710c466048;hb=51a4d7bd3abbbf10f0bf08643eda0a4aa12e0173;hp=3c15a52abcaafe7b62af840e1657c1b17e0ae82d;hpb=88da6e72a5e4b568eacd9b21bb47f4ffc02fbd95;p=open-adventure.git diff --git a/Makefile b/Makefile index 3c15a52..c58e6d7 100644 --- a/Makefile +++ b/Makefile @@ -10,68 +10,87 @@ # 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