X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=c58e6d7b020088cad3cdfb382ad05c710c466048;hp=0b3e9a75e964fe6abe9715efebe4b2368fc77b20;hb=8675c4facd154b9eaa370c6d46b99473287552c7;hpb=1173a9a265a3132688830c26077129e3c624cd13 diff --git a/Makefile b/Makefile index 0b3e9a7..c58e6d7 100644 --- a/Makefile +++ b/Makefile @@ -10,61 +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=1.0 +VERS=$(shell sed -n