aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e34d401..80e850f 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ portability, minimalism, simplicity and efficiency.
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
+- Download directories as `.zip` files.
- Uses [`libweb`](https://gitea.privatedns.org/xavi/libweb), a tiny web framework.
- A simple JSON file as the credentials database.
- No JavaScript.
@@ -50,10 +51,13 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
- A POSIX environment.
- OpenSSL >= 2.0.
- cJSON >= 1.7.15.
+- ZLIB.
- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr)
(provided as a `git` submodule by `libweb`).
- [`libweb`](https://gitea.privatedns.org/xavi/libweb)
(provided as a `git` submodule).
+- [`fdzipstream`](https://github.com/CTrabant/fdzipstream.git)
+(provided as a `git` submodule).
- `jq` (for [`usergen`](usergen) only).
- CMake (optional).
@@ -62,7 +66,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
#### Mandatory packages
```sh
-sudo apt install build-essential libcjson-dev libssl-dev m4 jq
+sudo apt install build-essential libcjson-dev libssl-dev m4 jq zlib1g
```
#### Optional packages