mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 19:46:12 -04:00
Add a few badges
This commit is contained in:
parent
87ca61a881
commit
e42a3681a0
33
README.md
33
README.md
@ -1,8 +1,11 @@
|
|||||||
Kiwix desktop
|
Kiwix Desktop
|
||||||
=============
|
=============
|
||||||
|
|
||||||
The Kiwix-desktop is a view/manager of zim files for GNU/Linux and Windows.
|
The Kiwix Desktop is a viewer/manager of ZIM files for GNU/Linux and
|
||||||
You can download and view your zim files as you wish.
|
Microsoft Windows OSes.
|
||||||
|
|
||||||
|
[](https://www.codefactor.io/repository/github/kiwix/kiwix-desktop)
|
||||||
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
Disclaimer
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
@ -15,12 +18,12 @@ to [kiwix-build](https://github.com/kiwix/kiwix-build).
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The kiwix-desktop application relies on many third parts software libraries.
|
The Kiwix Desktop application relies on many third parts software libraries.
|
||||||
Following libraries need to be available:
|
Following libraries need to be available:
|
||||||
|
|
||||||
* kiwix-lib ...................... https://github.com/kiwix/kiwix-lib/
|
* [kiwix-lib](https://github.com/kiwix/kiwix-lib/)
|
||||||
* Qt .............................................. https://www.qt.io/
|
* [Qt](https://www.qt.io/)
|
||||||
* aria2 ..................................... https://aria2.github.io/
|
* [aria2](https://aria2.github.io/)
|
||||||
|
|
||||||
These dependencies may or may not be packaged by your operating
|
These dependencies may or may not be packaged by your operating
|
||||||
system. They may also be packaged but only in an older version. The
|
system. They may also be packaged but only in an older version. The
|
||||||
@ -31,20 +34,22 @@ version by hand.
|
|||||||
kiwix-lib has to be compiled dynamically, the best way to have it is
|
kiwix-lib has to be compiled dynamically, the best way to have it is
|
||||||
to use [kiwix-build](https://github.com/kiwix/kiwix-build).
|
to use [kiwix-build](https://github.com/kiwix/kiwix-build).
|
||||||
|
|
||||||
Install needed packages (on Ubuntu):
|
Install needed packages (on Ubuntu 18.04+):
|
||||||
```
|
|
||||||
$ sudo apt-get install libqt5gui qtbase5-dev qtwebengine5-dev libqt5svg5-dev qt5-image-formats-plugins qt5-default aria2
|
```bash
|
||||||
|
sudo apt-get install libqt5gui qtbase5-dev qtwebengine5-dev \
|
||||||
|
libqt5svg5-dev qt5-image-formats-plugins qt5-default aria2
|
||||||
```
|
```
|
||||||
|
|
||||||
Compilation
|
Compilation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Once all dependencies are installed, you can compile the kiwix-desktop
|
Once all dependencies are installed, you can compile Kiwix Desktop:
|
||||||
with:
|
|
||||||
```
|
```bash
|
||||||
qmake .
|
qmake .
|
||||||
make
|
make
|
||||||
make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
`qmake` will use pkg-config to locate libraries. Depending of where
|
`qmake` will use pkg-config to locate libraries. Depending of where
|
||||||
|
Loading…
x
Reference in New Issue
Block a user