aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kluth <kluth@freshcells.de>2014-07-09 09:18:23 +0200
committerAlexander Kluth <kluth@freshcells.de>2014-07-09 09:18:23 +0200
commitfbc846b0696654c075a089c03b87a16c8e194779 (patch)
tree4ce5915fe159b0b190d3a95067131a9d43cc85e5 /README.md
parentc19eed028535b847489ca03a43fc4dc42e7451cf (diff)
downloadcrow-fbc846b0696654c075a089c03b87a16c8e194779.tar.gz
crow-fbc846b0696654c075a089c03b87a16c8e194779.zip
Added git submodule to the readme
Signed-off-by: Alexander Kluth <kluth@freshcells.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 783593b..adc5749 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,11 @@ int main()
## How to Build
-### Ubuntu
+### Installing missing dependencies
+
+#### Ubuntu
sudo apt-get install build-essential libtcmalloc-minimal4 && sudo ln -s /usr/lib/libtcmalloc_minimal.so.4 /usr/lib/libtcmalloc_minimal.so
+
+### Building
+ git submodule init && git submodule update
make -j$(($(grep -c '^processor' /proc/cpuinfo)+1))