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