aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-04-04 23:18:54 +0200
committerjustanothercatgirl <sotov@twistea.su>2025-04-04 23:25:13 +0200
commita5137be09173ebe60e708e71e2162193338731a4 (patch)
tree2b70e2fb37de09ef69fcad101208f63fe9ad0811 /README.md
parent3ee36bbfe99c10c8b788ba80db8e4338913b818e (diff)
Fixed makefile, added port config
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dd4b35b..7cbdc6a 100644
--- a/README.md
+++ b/README.md
@@ -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