From fbc846b0696654c075a089c03b87a16c8e194779 Mon Sep 17 00:00:00 2001 From: Alexander Kluth Date: Wed, 9 Jul 2014 09:18:23 +0200 Subject: [PATCH] Added git submodule to the readme Signed-off-by: Alexander Kluth --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 783593b05..adc574906 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))