From bc20c3f020447eddd860bf5efcc7d63d5f8b5100 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 2 Sep 2019 11:23:48 +0000 Subject: initial README for how to build this (NetBSD for now, easy to adopt for the rest) --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..ddaa676d --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +Building +-------- + +If you are using NetBSD: +install python3.7, py37-babel, npm, nodejs from pkgsrc. + +Adjust the values in config.mk: + + PYTHON=python3.7 + BABEL=pybabel-3.7 + +npm install typescript +Add the node_module's bin to your $PATH for the typescript binary. +make submodules/init +make submodules/update +make + +If you installed typescript in $HOME: +PATH=$HOME/node_modules/.bin/:$PATH env BROWSER=firefox make run +to run the website -- cgit v1.2.3