Skip to content

Commit d9ef1dc

Browse files
committed
add LD_LIBRARY_PATH note to INSTALL
1 parent 6eb1b5b commit d9ef1dc

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

INSTALL

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Wednesday February 25, 2015
3+
Saturday March 07, 2015
44

55

6-
Last Updated: Wednesday February 25, 2015
7-
Last Change : Wednesday February 25, 2015
6+
Last Updated: Saturday March 07, 2015
7+
Last Change : Saturday March 07, 2015
88

99

1010
1. Introduction
@@ -268,7 +268,10 @@ After that you can try to run QGIS:
268268
$HOME/apps/bin/qgis
269269

270270
If all has worked properly the QGIS application should start up and appear
271-
on your screen.
271+
on your screen. If you get the error message "error while loading shared libraries",
272+
execute this command in your shell.
273+
274+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
272275

273276

274277
3.8. Building Debian packages

doc/INSTALL.html

+9-4
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>Wednesday February 25, 2015</H3>
80+
<H3>Saturday March 07, 2015</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Wednesday February 25, 2015
86-
Last Change : Wednesday February 25, 2015
85+
Last Updated: Saturday March 07, 2015
86+
Last Change : Saturday March 07, 2015
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -456,9 +456,14 @@ <H2>3.7. Starting the compile</H2>
456456

457457
<P>
458458
If all has worked properly the QGIS application should start up and appear
459-
on your screen.
459+
on your screen. If you get the error message "error while loading shared libraries",
460+
execute this command in your shell.
460461
</P>
461462

463+
<div class="code"><PRE>
464+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
465+
</PRE></div>
466+
462467
<A NAME="toc11"></A>
463468
<H2>3.8. Building Debian packages</H2>
464469

doc/linux.t2t

+6-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ $HOME/apps/bin/qgis
147147
```
148148

149149
If all has worked properly the QGIS application should start up and appear
150-
on your screen.
150+
on your screen. If you get the error message "error while loading shared libraries",
151+
execute this command in your shell.
152+
153+
```
154+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
155+
```
151156

152157

153158
== Building Debian packages ==

0 commit comments

Comments
 (0)