mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-20 10:08:38 -04:00
README.md: Added some environment variables
Added a couple environment variables which are needed in some cases for running kiwix properly.
This commit is contained in:
parent
820ebec5ec
commit
24da6a5395
14
README.md
14
README.md
@ -54,7 +54,12 @@ make
|
||||
|
||||
`qmake` will use pkg-config to locate libraries. Depending of where
|
||||
you've installed kiwix-lib (and other libraries) you may have to
|
||||
update the env variable `PKG_CONFIG_PATH`.
|
||||
update the env variable `PKG_CONFIG_PATH`. It can be set as follows,
|
||||
for example, for x86-64 native systems:
|
||||
|
||||
```bash
|
||||
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
|
||||
then compile the project from there (don't forget to update
|
||||
@ -81,6 +86,13 @@ You might have to refresh the `ld` database before:
|
||||
sudo ldconfig
|
||||
```
|
||||
|
||||
If you face problems such as `library not found...`, add the following
|
||||
environment variable:
|
||||
|
||||
```bash
|
||||
LD_LIBRARY_PATH="<...>/BUILD_native_dyn/INSTALL/lib/x86_64-linux-gnu"
|
||||
```
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user