Skip to content

Commit

Permalink
update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 9, 2019
1 parent c2840a2 commit 28b3323
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
10 changes: 7 additions & 3 deletions INSTALL
@@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 11 additions & 3 deletions doc/INSTALL.html
Expand Up @@ -77,13 +77,13 @@
<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">

Expand Down Expand Up @@ -484,6 +484,14 @@ <H2>3.7. Starting the compile</H2>
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>
Expand Down
7 changes: 7 additions & 0 deletions doc/linux.t2t
Expand Up @@ -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/
```
Expand Down

0 comments on commit 28b3323

Please sign in to comment.