mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 19:46:12 -04:00
Merge pull request #645 from kiwix/libkiwix-not-kiwixlib
Kiwix-lib has been renamed to Libkiwix
This commit is contained in:
commit
a8bebb963f
@ -35,7 +35,7 @@ Dependencies
|
||||
The Kiwix Desktop application relies on many third parts software libraries.
|
||||
Following libraries need to be available:
|
||||
|
||||
* [kiwix-lib](https://github.com/kiwix/kiwix-lib/)
|
||||
* [libkiwix](https://github.com/kiwix/libkiwix/)
|
||||
* [Qt](https://www.qt.io/)
|
||||
* [aria2](https://aria2.github.io/)
|
||||
|
||||
@ -45,7 +45,7 @@ compilation script will tell you if one of them is missing or too old.
|
||||
In the worse case, you will have to download and compile bleeding edge
|
||||
version by hand.
|
||||
|
||||
kiwix-lib has to be compiled dynamically, the best way to have it is
|
||||
Libkiwix has to be compiled dynamically, the best way to have it is
|
||||
to use [kiwix-build](https://github.com/kiwix/kiwix-build).
|
||||
|
||||
Install needed packages (on Ubuntu 18.04+):
|
||||
@ -67,7 +67,7 @@ make
|
||||
```
|
||||
|
||||
`qmake` will use pkg-config to locate libraries. Depending of where
|
||||
you've installed kiwix-lib (and other libraries) you may have to
|
||||
you've installed libkiwix (and other libraries) you may have to
|
||||
update the env variable `PKG_CONFIG_PATH`. It can be set as follows,
|
||||
for example, for x86-64 native systems:
|
||||
|
||||
|
@ -14,12 +14,12 @@
|
||||
<h2>{{LIBRARIES}}</h2>
|
||||
<ul>
|
||||
<li>Libzim - GPLv3 (<a href="https://openzim.org">openzim.org</a>)</li>
|
||||
<li>Libkiwix - GPLv3 (<a href="https://github.com/kiwix/kiwix-lib">https://github.com/kiwix/kiwix-lib</a>)</li>
|
||||
<li>Libkiwix - GPLv3 (<a href="https://github.com/kiwix/libkiwix">https://github.com/kiwix/libkiwix</a>)</li>
|
||||
<li>Qt - LGPLv3 (<a href="https://qt.io">qt.io</a>)</li>
|
||||
<li>Xapian - GPL (<a href="https://xapian.org">xapian.org</a>)</li>
|
||||
<li>Mustache - Boost (<a href="https://github.com/kainjow/Mustache">https://github.com/kainjow/Mustache</a>)</li>
|
||||
<li>Pugixml - MIT (<a href="https://pugixml.org">pugixml.org</a>)</li>
|
||||
<li>ICU - ICU License (<a href="http://icu-project.org">icu-project.org</a>)</li>
|
||||
<li>ICU - ICU License (<a href="https://icu-project.org">icu-project.org</a>)</li>
|
||||
<li>Libmicrohttpd - GPL (<a href="https://www.gnu.org/software/libmicrohttpd/">www.gnu.org/software/libmicrohttpd/</a>)</li>
|
||||
<li>Aria2 - GPL (<a href="https://aria2.github.io">aria2.github.io</a>)</li>
|
||||
<li>Selawik font - SIL Open Font License (<a href="https://github.com/microsoft/Selawik">github.com/microsoft/Selawik</a>)</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user