X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=c58e6d7b020088cad3cdfb382ad05c710c466048;hb=a48e0ff30ef3061e48f72de786276098e88e342a;hp=63aa7f4289dc03be151c02e0f7ab306c09ad8784;hpb=3af993abcacd18f114e8dd54f9d3be6a3a62ea2e;p=open-adventure.git diff --git a/Makefile b/Makefile index 63aa7f4..c58e6d7 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,26 @@ # 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