aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22f8a05..c132183 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,17 @@
# N Core - the backend of N
+## Building
+
Build upon [crow](https://github.com/ipkn/crow) [forked](https://git.niklashalle.net/crow) to fix a deprecation in boost 1.7+
+ git submodule init
+ git submodule update
+
+ mkdir build
+ cd build
+ cmake ..
+ make -j 6
+
## N protocol
### request
Each message sent to the N core server must be valid JSON and have a `command` field. It contains the command for N to handle, sanitized (i.e. no leading '/' or trailing username etc).