X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=43f1f9514caa1c1286ec093cbb47e5147d92d307;hb=065caace647f86770df0d7bb9f1a3a1ffdd0f188;hp=b0e1adf74093f9fa339c7ca59798863cc3db3d78;hpb=43032763cdb923c2b8328933acfe6efeaced3bbd;p=open-adventure.git diff --git a/Makefile b/Makefile index b0e1adf..43f1f95 100644 --- a/Makefile +++ b/Makefile @@ -10,63 +10,92 @@ # 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=1.0 +VERS=$(shell sed -n