mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Add documentation of man page build
This commit is contained in:
parent
85408845ba
commit
4a21c74541
1 changed files with 6 additions and 1 deletions
|
|
@ -67,6 +67,11 @@ option. Then, add `-Dxwayland=true` to the `meson` command above. Note
|
|||
that you'll need to have the XWayland binary installed on your system
|
||||
for this to work.
|
||||
|
||||
#### Man Pages
|
||||
|
||||
Cagebreak has man pages. To use them, make sure that you have `pandoc`
|
||||
installed. Then, add `-Dman-pages=true to the `meson` command.
|
||||
|
||||
### Running Cagebreak
|
||||
|
||||
You can start Cagebreak by running `./build/cagebreak`. If you run it from
|
||||
|
|
@ -171,7 +176,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 --buildtype=release
|
||||
meson build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
ninja -C build
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue