README.md: Add voidlinux build instructions
This commit is contained in:
parent
8c5825439a
commit
a820183477
11
README.md
11
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user