X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=43f1f9514caa1c1286ec093cbb47e5147d92d307;hp=d1d3fd453e946e0fae68fc4e9f73dbcb3929e676;hb=ab94051da166ca2be050c0d5725774f2edf3e7ee;hpb=be2ada4d9387e389bf7ef115b298226370b5752a diff --git a/Makefile b/Makefile index d1d3fd4..43f1f95 100644 --- a/Makefile +++ b/Makefile @@ -10,68 +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=$(shell sed -n