mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Move to meson setup
This commit is contained in:
parent
e02ab558ec
commit
379c41d8e7
1 changed files with 4 additions and 4 deletions
|
|
@ -109,14 +109,14 @@ breaking changes as soon as they occur.
|
|||
Simply execute the following steps to build Cagebreak:
|
||||
|
||||
```
|
||||
$ meson build
|
||||
$ meson setup build
|
||||
$ ninja -C build
|
||||
```
|
||||
|
||||
#### Release Build
|
||||
|
||||
By default, this builds a debug build. To build a release build, use `meson
|
||||
build --buildtype=release`.
|
||||
setup build --buildtype=release`.
|
||||
|
||||
##### Xwayland Support
|
||||
|
||||
|
|
@ -265,7 +265,7 @@ There are reproducibility issues up to and including release `1.2.0`. See
|
|||
All hashes and signatures are provided for the following build instructions.
|
||||
|
||||
```
|
||||
meson build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
ninja -C build
|
||||
```
|
||||
|
||||
|
|
@ -415,7 +415,7 @@ occur.
|
|||
* [ ] Checked archive
|
||||
* [ ] tar -xvf release_version.tar.gz
|
||||
* [ ] cd cagebreak
|
||||
* [ ] meson build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
* [ ] meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
* [ ] ninja -C build
|
||||
* [ ] gpg --verify ../signatures/cagebreak.sig build/cagebreak
|
||||
* [ ] cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue