README.md: Add voidlinux build instructions

This commit is contained in:
Albert S. 2022-06-20 23:21:37 +02:00
förälder 8c5825439a
incheckning a820183477

Visa fil

@ -78,6 +78,17 @@ qmake
make make
``` ```
### Void
```
# as root
xbps-install qt5-devel poppler-qt5-devel quazip-qt5-devel uchardet-devel gcc make
# as user
git submodule init
git submodule update
qmake
make
```
The GUI is located in `gui/looqs-gui`, the binary for the CLI is in `cli/looqs` The GUI is located in `gui/looqs-gui`, the binary for the CLI is in `cli/looqs`
## Packages ## Packages