X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=2e6997a5393c8cddecaae56cec4d95eef4fd6167;hp=31f35a96f24a14e57466e4307503a503c71538a0;hb=e10637c419573aaa3df0d3fb54834adb9ae40b92;hpb=34621b054adb37028a18411db7df5dee0e9c9f00 diff --git a/Makefile b/Makefile index 31f35a9..2e6997a 100644 --- a/Makefile +++ b/Makefile @@ -10,63 +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