mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #6 from deralex/readme-enhancements
Added git submodule to the readme
This commit is contained in:
commit
404b0b966e
@ -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