mirror of
https://codeberg.org/scip/swaybuild.git
synced 2025-12-16 20:11:02 +01:00
14 lines
173 B
Markdown
14 lines
173 B
Markdown
|
|
# to build
|
||
|
|
|
||
|
|
```default
|
||
|
|
docker compose up --build
|
||
|
|
```
|
||
|
|
|
||
|
|
Then find the binaries in `./opt`.
|
||
|
|
|
||
|
|
# to troubleshoot
|
||
|
|
|
||
|
|
```default
|
||
|
|
docker compose run --entrypoint bash swayfxbuild
|
||
|
|
```
|