X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=c58e6d7b020088cad3cdfb382ad05c710c466048;hp=f9cbb85413a548dc98e23192611e10123af7d19b;hb=645d00c7114d3cabcb58bee4f7684a4af1ebb2cd;hpb=1b167e5e72e0b4ea4b991293abaf9b8ff1eac599 diff --git a/Makefile b/Makefile index f9cbb85..c58e6d7 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