Added git submodule to the readme

Signed-off-by: Alexander Kluth <kluth@freshcells.de>
This commit is contained in:
Alexander Kluth 2014-07-09 09:18:23 +02:00
parent c19eed0285
commit fbc846b069

View File

@ -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))