update INSTALL

This commit is contained in:
Juergen E. Fischer 2019-04-09 19:05:14 +02:00
parent c2840a26eb
commit 28b33234cd
3 changed files with 25 additions and 6 deletions

10
INSTALL
View File

@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Thursday March 21, 2019
Tuesday April 09, 2019
Last Updated: Thursday March 21, 2019
Last Change : Thursday March 21, 2019
Last Updated: Tuesday April 09, 2019
Last Change : Tuesday April 09, 2019
1. Introduction
@ -293,6 +293,10 @@ If all has worked properly the QGIS application should start up and appear
on your screen. If you get the error message "error while loading shared libraries",
execute this command in your shell.
sudo ldconfig
If that doesn't help add the install path to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
Optionally, if you already know what aspects you want in your custom build

View File

@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Thursday March 21, 2019</H3>
<H3>Tuesday April 09, 2019</H3>
</DIV>
<DIV CLASS="body" ID="body">
<P>
Last Updated: Thursday March 21, 2019
Last Change : Thursday March 21, 2019
Last Updated: Tuesday April 09, 2019
Last Change : Tuesday April 09, 2019
</P>
<DIV CLASS="toc">
@ -484,6 +484,14 @@ on your screen. If you get the error message "error while loading shared librari
execute this command in your shell.
</P>
<div class="code"><PRE>
sudo ldconfig
</PRE></div>
<P>
If that doesn't help add the install path to LD_LIBRARY_PATH:
</P>
<div class="code"><PRE>
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
</PRE></div>

View File

@ -171,6 +171,13 @@ If all has worked properly the QGIS application should start up and appear
on your screen. If you get the error message "error while loading shared libraries",
execute this command in your shell.
```
sudo ldconfig
```
If that doesn't help add the install path to LD_LIBRARY_PATH:
```
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
```