summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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