diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-04 23:18:54 +0200 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-04 23:25:13 +0200 |
commit | a5137be09173ebe60e708e71e2162193338731a4 (patch) | |
tree | 2b70e2fb37de09ef69fcad101208f63fe9ad0811 /README.md | |
parent | 3ee36bbfe99c10c8b788ba80db8e4338913b818e (diff) |
Fixed makefile, added port config
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 |