From de240786c7342972b79f35f2b891facdacdc6476 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 23 Aug 2020 17:38:06 +0200 Subject: [PATCH] Update README.md: Document build with git submodules --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed20557..1dfcdb6 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,19 @@ Building Dependencies: - cpp-httplib: https://github.com/yhirose/cpp-httplib - SqliteModernCpp: https://github.com/SqliteModernCpp + - qssb.h: https://gitea.quitesimple.org/crtxcr/qssb.h - libseccomp: https://github.com/seccomp/libseccomp - 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: -```make release``` +``` + git submodule init + git submodule update + make release +``` Setup =====