mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 22:14:18 +02:00
Merge remote-tracking branch 'origin/feature/development-environment-quick-install' into feature/development-environment-quick-install
This commit is contained in:
commit
9f022a3c77
1 changed files with 4 additions and 4 deletions
|
|
@ -318,7 +318,7 @@ If you are on the master branch, everything is ready and you want to create
|
|||
a release tag you can call:
|
||||
|
||||
```
|
||||
meson compule git-tag -C build
|
||||
meson compile git-tag -C build
|
||||
```
|
||||
|
||||
If you want to use another signing key than the prespecified one, configure
|
||||
|
|
@ -349,7 +349,7 @@ if meson is unavailable.
|
|||
|
||||
##### Create Signatures
|
||||
|
||||
Creation of signatures for releases can be acchieved through:
|
||||
Creation of signatures for releases can be achieved through:
|
||||
|
||||
```
|
||||
meson compile create-sigs -C build
|
||||
|
|
@ -358,7 +358,7 @@ meson compile create-sigs -C build
|
|||
Configure Cagebreak with `-Dgpg_id=GPGID` for a different gpg signing
|
||||
key.
|
||||
|
||||
Withou meson use:
|
||||
Without meson use:
|
||||
|
||||
```
|
||||
./scripts/create-signatures GPGID
|
||||
|
|
@ -476,7 +476,7 @@ find bugs in other areas of the code.
|
|||
#### Caveat
|
||||
|
||||
Currently, there are memory leaks which do not seem to stem from our code but rather
|
||||
the code of wl-roots or some other library we depend on. We are working on the problem.
|
||||
the code of wlroots or some other library we depend on. We are working on the problem.
|
||||
In the meantime, add `-Db_detect-leaks=0` to the meson command to exclude memory leaks.
|
||||
|
||||
### Reproducible Builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue