mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
13
public/en/build-lagrange-with-webp-and-mpeg-support.gmi
Normal file
13
public/en/build-lagrange-with-webp-and-mpeg-support.gmi
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Build Lagrange with WEBP and MPEG support
|
||||
|
||||
``` bash
|
||||
apt install git cmake zip libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev libfribidi-dev libmpg123-dev
|
||||
git clone --recursive --branch release https://git.skyjake.fi/gemini/lagrange
|
||||
cd lagrange
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_WEBP=YES -DENABLE_MPG123=YES
|
||||
cmake --build .
|
||||
chmod +x lagrange
|
||||
./lagrange
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue