summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 11:23:48 +0000
committerng0 <ng0@taler.net>2019-09-02 11:23:48 +0000
commitbc20c3f020447eddd860bf5efcc7d63d5f8b5100 (patch)
tree6be9cf8894ab69d1cb3502505c086f0fd413f227 /README
parentcf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 (diff)
downloadwww-bc20c3f020447eddd860bf5efcc7d63d5f8b5100.tar.gz
www-bc20c3f020447eddd860bf5efcc7d63d5f8b5100.tar.bz2
www-bc20c3f020447eddd860bf5efcc7d63d5f8b5100.zip
initial README for how to build this (NetBSD for now, easy to adopt for the rest)
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
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