X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=e9c0de38748c06354386d324043636b3d04772a7;hp=c06d0aba16bbdc1c93a0e5cba972943516b9c1cf;hb=58b44313d33a39285d394b7704d80823f4d15763;hpb=44639a979905574111ddc9cdd214968a7679d68b diff --git a/Makefile b/Makefile index c06d0ab..e9c0de3 100644 --- a/Makefile +++ b/Makefile @@ -10,59 +10,90 @@ # 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