aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMax Kusatz <max@trialserver.de>2020-10-27 17:42:26 +0100
committerMax Kusatz <max@trialserver.de>2020-10-27 17:42:26 +0100
commit56ac806aae1a0fbc034faa92d5bca694b58a4863 (patch)
treecf1c9a824dfbd19c254563c5f42458acf4e0da97 /README.md
parent0064d0dd4e1be77714d60c4548294abd73391137 (diff)
downloadn_core-56ac806aae1a0fbc034faa92d5bca694b58a4863.tar.gz
n_core-56ac806aae1a0fbc034faa92d5bca694b58a4863.zip
'fixed' mensa function not working
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).