README.md: Add voidlinux build instructions

This commit is contained in:
Albert S. 2022-06-20 23:21:37 +02:00
джерело 8c5825439a
коміт a820183477

@ -78,6 +78,17 @@ qmake
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`
## Packages