X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=2e6997a5393c8cddecaae56cec4d95eef4fd6167;hb=94ea37d2bceffd4842a1af8d12c1c43f7e9c9fe8;hp=08a0fbbd2b4ad3d6f7bc533f913f4aff9cb548de;hpb=60126c3dac4788cd5c01f5da6bb50986aeaac0d3;p=open-adventure.git diff --git a/Makefile b/Makefile index 08a0fbb..2e6997a 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