Skip to content

Commit 28b3323

Browse files
committedApr 9, 2019
update INSTALL
1 parent c2840a2 commit 28b3323

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed
 

‎INSTALL

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Thursday March 21, 2019
3+
Tuesday April 09, 2019
44

55

6-
Last Updated: Thursday March 21, 2019
7-
Last Change : Thursday March 21, 2019
6+
Last Updated: Tuesday April 09, 2019
7+
Last Change : Tuesday April 09, 2019
88

99

1010
1. Introduction
@@ -293,6 +293,10 @@ If all has worked properly the QGIS application should start up and appear
293293
on your screen. If you get the error message "error while loading shared libraries",
294294
execute this command in your shell.
295295

296+
sudo ldconfig
297+
298+
If that doesn't help add the install path to LD_LIBRARY_PATH:
299+
296300
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
297301

298302
Optionally, if you already know what aspects you want in your custom build

‎doc/INSTALL.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Thursday March 21, 2019</H3>
80+
<H3>Tuesday April 09, 2019</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Thursday March 21, 2019
86-
Last Change : Thursday March 21, 2019
85+
Last Updated: Tuesday April 09, 2019
86+
Last Change : Tuesday April 09, 2019
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -484,6 +484,14 @@ <H2>3.7. Starting the compile</H2>
484484
execute this command in your shell.
485485
</P>
486486

487+
<div class="code"><PRE>
488+
sudo ldconfig
489+
</PRE></div>
490+
491+
<P>
492+
If that doesn't help add the install path to LD_LIBRARY_PATH:
493+
</P>
494+
487495
<div class="code"><PRE>
488496
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
489497
</PRE></div>

‎doc/linux.t2t

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ If all has worked properly the QGIS application should start up and appear
171171
on your screen. If you get the error message "error while loading shared libraries",
172172
execute this command in your shell.
173173

174+
```
175+
sudo ldconfig
176+
```
177+
178+
If that doesn't help add the install path to LD_LIBRARY_PATH:
179+
180+
174181
```
175182
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
176183
```

0 commit comments

Comments
 (0)
Please sign in to comment.