Update README.md: Document build with git submodules
This commit is contained in:
parent
192c533f1f
commit
de240786c7
10
README.md
10
README.md
@ -72,13 +72,19 @@ Building
|
|||||||
Dependencies:
|
Dependencies:
|
||||||
- cpp-httplib: https://github.com/yhirose/cpp-httplib
|
- cpp-httplib: https://github.com/yhirose/cpp-httplib
|
||||||
- SqliteModernCpp: https://github.com/SqliteModernCpp
|
- SqliteModernCpp: https://github.com/SqliteModernCpp
|
||||||
|
- qssb.h: https://gitea.quitesimple.org/crtxcr/qssb.h
|
||||||
- libseccomp: https://github.com/seccomp/libseccomp
|
- libseccomp: https://github.com/seccomp/libseccomp
|
||||||
- sqlite3: https://sqlite.org/index.html
|
- sqlite3: https://sqlite.org/index.html
|
||||||
|
|
||||||
The first two are header-only libraries that are already included here.
|
The first three are header-only libraries that are included as a git submodule. The others must
|
||||||
|
be installed, e. g. by using your distributions standard method.
|
||||||
|
|
||||||
If all dependencies are available, run:
|
If all dependencies are available, run:
|
||||||
```make release```
|
```
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
make release
|
||||||
|
```
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
=====
|
=====
|
||||||
|
Loading…
Reference in New Issue
Block a user