diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,7 @@ Pretty small. See [html docs page](www/docs.html). # Build ## Requirements +0. submodules 0. `make` 0. `gperf` 0. `cc` @@ -38,6 +39,9 @@ Pretty small. See [html docs page](www/docs.html). all of the paths can be configured in [`Makefile`](Makefile) ## Steps `make` +## Os-specific dependency installation: +* debian12: `# apt install libmicrohttpd-dev libsqlite3-dev gperf` +* arch: `# pacman -S libmicrohttpd sqlite gperf` # Run 0. Copy `config.env.default` to `config.env`, change environment variables in |