2021-06-17 21:32:24 +00:00
|
|
|
# Building
|
|
|
|
|
2022-07-15 21:27:21 +00:00
|
|
|
## Dependencies
|
2021-06-17 21:32:24 +00:00
|
|
|
|
2022-07-15 21:27:21 +00:00
|
|
|
### Debian/Ubuntu
|
|
|
|
```sh
|
|
|
|
./scripts/install-dependencies.sh
|
|
|
|
```
|
2021-06-17 21:32:24 +00:00
|
|
|
|
2022-03-06 20:53:27 +00:00
|
|
|
## Instructions
|
2021-06-17 21:32:24 +00:00
|
|
|
```sh
|
2024-02-04 02:07:53 +00:00
|
|
|
./scripts/build.mjs <none|appimage|flatpak> <client|server> <armhf|arm64|amd64|host> [--clean] [--install] [-Dvar=value...]
|
2021-06-17 21:32:24 +00:00
|
|
|
```
|