mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
update INSTALL
This commit is contained in:
parent
c2840a26eb
commit
28b33234cd
10
INSTALL
10
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
|
||||
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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/
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user