README.md

This commit is contained in:
Out Of Ideas 2024-02-07 20:09:16 -06:00
parent 430a0d0927
commit 2d76f0352f

View file

@ -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.