mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Added git submodule to the readme
Signed-off-by: Alexander Kluth <kluth@freshcells.de>
This commit is contained in:
parent
c19eed0285
commit
fbc846b069
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user