mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-04 05:07:06 -04:00
Respect Kiwix Linux/Windows branding
This commit is contained in:
parent
4a28056dac
commit
78ee2d4809
20
README.md
20
README.md
@ -2,11 +2,11 @@
|
|||||||
<img width="100" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-en.png" />
|
<img width="100" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-en.png" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Kiwix Desktop
|
Kiwix Linux/Windows
|
||||||
=============
|
=====================
|
||||||
|
|
||||||
The Kiwix Desktop is a viewer/manager of ZIM files for GNU/Linux and
|
The Kiwix Linux/Windows is a viewer/manager of ZIM files for GNU/Linux
|
||||||
Microsoft Windows OSes.
|
and Microsoft Windows OSes.
|
||||||
|
|
||||||
[](https://download.kiwix.org/release/kiwix-desktop/)
|
[](https://download.kiwix.org/release/kiwix-desktop/)
|
||||||
[](https://github.com/kiwix/kiwix-desktop/wiki/Repology)
|
[](https://github.com/kiwix/kiwix-desktop/wiki/Repology)
|
||||||
@ -25,7 +25,7 @@ at [kiwix-build](https://github.com/kiwix/kiwix-build).
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The Kiwix Desktop application relies on many third party software libraries.
|
The Kiwix application relies on many third party software libraries.
|
||||||
The following libraries need to be available:
|
The following libraries need to be available:
|
||||||
|
|
||||||
* [libkiwix](https://github.com/kiwix/libkiwix/)
|
* [libkiwix](https://github.com/kiwix/libkiwix/)
|
||||||
@ -53,7 +53,7 @@ sudo apt-get install libqt5gui5 qtbase5-dev qtwebengine5-dev \
|
|||||||
Compilation
|
Compilation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Once all dependencies are installed, you can compile Kiwix Desktop:
|
Once all dependencies are installed, you can compile Kiwix:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
qmake .
|
qmake .
|
||||||
@ -69,7 +69,7 @@ for example, for x86-64 native systems:
|
|||||||
export PKG_CONFIG_PATH="<...>/BUILD_native_dyn/INSTALL/lib/x86_64-linux-gnu/pkgconfig"
|
export PKG_CONFIG_PATH="<...>/BUILD_native_dyn/INSTALL/lib/x86_64-linux-gnu/pkgconfig"
|
||||||
```
|
```
|
||||||
|
|
||||||
You may want to simply open the kiwix-desktop project in QtCreator and
|
You may want to simply open the `kiwix-desktop` project in QtCreator and
|
||||||
then compile the project from there (don't forget to update
|
then compile the project from there (don't forget to update
|
||||||
`PKG_CONFIG_PATH` if necessary).
|
`PKG_CONFIG_PATH` if necessary).
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ documentation](https://github.com/kiwix/kiwix-build/wiki/Compile-on-Microsoft-Wi
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
To install Kiwix Desktop on the system:
|
To install Kiwix on the system:
|
||||||
```bash
|
```bash
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
@ -122,9 +122,9 @@ sudo make install
|
|||||||
Run
|
Run
|
||||||
---
|
---
|
||||||
|
|
||||||
To run Kiwix Desktop
|
To run Kiwix:
|
||||||
```bash
|
```bash
|
||||||
kiwix-desktop
|
kiwix
|
||||||
```
|
```
|
||||||
|
|
||||||
You might have to refresh the `ld` database before:
|
You might have to refresh the `ld` database before:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user