Merge pull request #6 from deralex/readme-enhancements

Added git submodule to the readme
This commit is contained in:
ipkn 2014-07-09 17:31:35 +09:00
commit 404b0b966e

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