Added gzip compression support to file caching mechanism (can be broken idk we will see)

This commit is contained in:
2025-11-24 21:22:16 +01:00
parent 88fee91088
commit 729844a13c
5 changed files with 69 additions and 22 deletions

View File

@@ -97,6 +97,7 @@ sudo apt-get install -y \
libssl-dev \
libmagic-dev \
libnghttp2-dev \
zlib1g-dev \
pkg-config
```
@@ -111,7 +112,7 @@ cd Carbon
# Install dependencies
sudo apt-get update
sudo apt-get install -y build-essential libssl-dev libmagic-dev libnghttp2-dev
sudo apt-get install -y build-essential libssl-dev libmagic-dev libnghttp2-dev zlib1g-dev pkg-config
# Build the server
make