commit bc20c3f020447eddd860bf5efcc7d63d5f8b5100 parent cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 Author: ng0 <ng0@taler.net> Date: Mon, 2 Sep 2019 11:23:48 +0000 initial README for how to build this (NetBSD for now, easy to adopt for the rest) Diffstat:
| A | README | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/README 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