README.md
This commit is contained in:
parent
430a0d0927
commit
2d76f0352f
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -1746,9 +1746,25 @@ Now install cargo.
|
|||
```
|
||||
sudo xbps-install cargo
|
||||
```
|
||||
Now install the dependancy.
|
||||
Now install the dependencies.
|
||||
```
|
||||
sudo xbps-install lz4
|
||||
sudo xbps-install lz4 scdoc
|
||||
```
|
||||
Build with Cargo.
|
||||
```
|
||||
cargo build --release
|
||||
```
|
||||
Put the binaries in the `$PATH`.
|
||||
```
|
||||
sudo cp target/release/swww target/release/swww-daemon /usr/local/bin
|
||||
```
|
||||
Generate the man pages.
|
||||
```
|
||||
./doc/gen.sh
|
||||
```
|
||||
Put the man pages in the manpath.
|
||||
```
|
||||
sudo cp doc/generated/* /usr/local/share/man/man1
|
||||
```
|
||||
# Audio
|
||||
Install Pipewire.
|
||||
|
|
Loading…
Reference in a new issue