[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] branch master updated: initial README for how t
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] branch master updated: initial README for how to build this (NetBSD for now, easy to adopt for the rest) |
Date: |
Mon, 02 Sep 2019 13:24:15 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new bc20c3f initial README for how to build this (NetBSD for now, easy to
adopt for the rest)
bc20c3f is described below
commit bc20c3f020447eddd860bf5efcc7d63d5f8b5100
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 2 11:23:48 2019 +0000
initial README for how to build this (NetBSD for now, easy to adopt for the
rest)
---
README | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/README b/README
new file mode 100644
index 0000000..ddaa676
--- /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
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-www] branch master updated: initial README for how to build this (NetBSD for now, easy to adopt for the rest),
gnunet <=