mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fixed some old svn references and typos in INSTALL docs
This commit is contained in:
parent
3f2846a576
commit
a954488ba7
34
INSTALL
34
INSTALL
@ -1,10 +1,10 @@
|
|||||||
Quantum GIS (QGIS)
|
Quantum GIS (QGIS)
|
||||||
Building QGIS from source - step by step
|
Building QGIS from source - step by step
|
||||||
Sunday June 05, 2011
|
Sunday June 12, 2011
|
||||||
|
|
||||||
|
|
||||||
Last Updated: Sunday June 05, 2011
|
Last Updated: Sunday June 12, 2011
|
||||||
Last Change : Thursday June 02, 2011
|
Last Change : Sunday June 05, 2011
|
||||||
|
|
||||||
|
|
||||||
1. Introduction
|
1. Introduction
|
||||||
@ -235,26 +235,12 @@ if you do not have edit privileges for the QGIS source repository, or use
|
|||||||
1. Anonymous Checkout
|
1. Anonymous Checkout
|
||||||
|
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git://github.com/qgis/Quantum-GIS.git
|
||||||
|
|
||||||
2. Developer Checkout
|
2. Developer Checkout
|
||||||
|
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git@github.com:qgis/Quantum-GIS.git
|
||||||
|
|
||||||
The first time you check out the source you will be prompted to accept the
|
|
||||||
qgis.org certificate. Press 'p' to accept it permanently:
|
|
||||||
|
|
||||||
Error validating server certificate for 'https://svn.qgis.org:443':
|
|
||||||
- The certificate is not issued by a trusted authority. Use the
|
|
||||||
fingerprint to validate the certificate manually! Certificate
|
|
||||||
information:
|
|
||||||
- Hostname: svn.qgis.org
|
|
||||||
- Valid: from Apr 1 00:30:47 2006 GMT until Mar 21 00:30:47 2008 GMT
|
|
||||||
- Issuer: Developer Team, Quantum GIS, Anchorage, Alaska, US
|
|
||||||
- Fingerprint:
|
|
||||||
2f:cd:f1:5a:c7:64:da:2b:d1:34:a5:20:c6:15:67:28:33:ea:7a:9b (R)eject,
|
|
||||||
accept (t)emporarily or accept (p)ermanently?
|
|
||||||
|
|
||||||
|
|
||||||
3.7. Starting the compile
|
3.7. Starting the compile
|
||||||
@ -269,9 +255,9 @@ development version. I suggest you do something similar:
|
|||||||
|
|
||||||
Now we create a build directory and run ccmake:
|
Now we create a build directory and run ccmake:
|
||||||
|
|
||||||
cd qgis
|
cd Quantum-GIS
|
||||||
mkdir build
|
mkdir build-master
|
||||||
cd build
|
cd build-master
|
||||||
ccmake ..
|
ccmake ..
|
||||||
|
|
||||||
When you run ccmake (note the .. is required!), a menu will appear where
|
When you run ccmake (note the .. is required!), a menu will appear where
|
||||||
@ -451,7 +437,7 @@ leave the folder
|
|||||||
========================================
|
========================================
|
||||||
|
|
||||||
Before downloading and compile GRASS source code you need to install a few
|
Before downloading and compile GRASS source code you need to install a few
|
||||||
other libraries and programs. We can do this trough apt
|
other libraries and programs. We can do this through apt
|
||||||
|
|
||||||
sudo apt-get install flex bison libreadline5-dev libncurses5-dev lesstif2-dev debhelper dpatch libtiff4-dev \
|
sudo apt-get install flex bison libreadline5-dev libncurses5-dev lesstif2-dev debhelper dpatch libtiff4-dev \
|
||||||
tcl8.4-dev tk8.4-dev fftw-dev xlibmesa-gl-dev libfreetype6-dev autoconf2.13 autotools-dev \
|
tcl8.4-dev tk8.4-dev fftw-dev xlibmesa-gl-dev libfreetype6-dev autoconf2.13 autotools-dev \
|
||||||
@ -461,7 +447,7 @@ other libraries and programs. We can do this trough apt
|
|||||||
tk8.4-dev tk8.4 libfftw3-dev libfftw3-3
|
tk8.4-dev tk8.4 libfftw3-dev libfftw3-3
|
||||||
|
|
||||||
At this point we can get the GRASS source code: you may want to download it
|
At this point we can get the GRASS source code: you may want to download it
|
||||||
trough svn or maybe you want just to download the latest available source code arquive.
|
through svn or maybe you want just to download the latest available source code arquive.
|
||||||
For example the GRASS 6.4rc4 is available at http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz
|
For example the GRASS 6.4rc4 is available at http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz
|
||||||
|
|
||||||
Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
|
Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
|
||||||
|
@ -45,13 +45,13 @@ pre, code { font-family: monospace }
|
|||||||
<DIV CLASS="header" ID="header">
|
<DIV CLASS="header" ID="header">
|
||||||
<H1>Quantum GIS (QGIS)</H1>
|
<H1>Quantum GIS (QGIS)</H1>
|
||||||
<H2>Building QGIS from source - step by step</H2>
|
<H2>Building QGIS from source - step by step</H2>
|
||||||
<H3>Sunday June 05, 2011</H3>
|
<H3>Sunday June 12, 2011</H3>
|
||||||
</DIV>
|
</DIV>
|
||||||
|
|
||||||
<DIV CLASS="body" ID="body">
|
<DIV CLASS="body" ID="body">
|
||||||
<P>
|
<P>
|
||||||
Last Updated: Sunday June 05, 2011
|
Last Updated: Sunday June 12, 2011
|
||||||
Last Change : Thursday June 02, 2011
|
Last Change : Sunday June 05, 2011
|
||||||
</P>
|
</P>
|
||||||
<DIV CLASS="toc">
|
<DIV CLASS="toc">
|
||||||
|
|
||||||
@ -369,7 +369,7 @@ if you do not have edit privileges for the QGIS source repository, or use
|
|||||||
|
|
||||||
<div class="code"><PRE>
|
<div class="code"><PRE>
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git://github.com/qgis/Quantum-GIS.git
|
||||||
</PRE></div>
|
</PRE></div>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
@ -378,25 +378,7 @@ svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
|
|||||||
|
|
||||||
<div class="code"><PRE>
|
<div class="code"><PRE>
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git@github.com:qgis/Quantum-GIS.git
|
||||||
</PRE></div>
|
|
||||||
|
|
||||||
<P>
|
|
||||||
The first time you check out the source you will be prompted to accept the
|
|
||||||
qgis.org certificate. Press 'p' to accept it permanently:
|
|
||||||
</P>
|
|
||||||
|
|
||||||
<div class="code"><PRE>
|
|
||||||
Error validating server certificate for 'https://svn.qgis.org:443':
|
|
||||||
- The certificate is not issued by a trusted authority. Use the
|
|
||||||
fingerprint to validate the certificate manually! Certificate
|
|
||||||
information:
|
|
||||||
- Hostname: svn.qgis.org
|
|
||||||
- Valid: from Apr 1 00:30:47 2006 GMT until Mar 21 00:30:47 2008 GMT
|
|
||||||
- Issuer: Developer Team, Quantum GIS, Anchorage, Alaska, US
|
|
||||||
- Fingerprint:
|
|
||||||
2f:cd:f1:5a:c7:64:da:2b:d1:34:a5:20:c6:15:67:28:33:ea:7a:9b (R)eject,
|
|
||||||
accept (t)emporarily or accept (p)ermanently?
|
|
||||||
</PRE></div>
|
</PRE></div>
|
||||||
|
|
||||||
<A NAME="toc10"></A>
|
<A NAME="toc10"></A>
|
||||||
@ -418,9 +400,9 @@ Now we create a build directory and run ccmake:
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
<div class="code"><PRE>
|
<div class="code"><PRE>
|
||||||
cd qgis
|
cd Quantum-GIS
|
||||||
mkdir build
|
mkdir build-master
|
||||||
cd build
|
cd build-master
|
||||||
ccmake ..
|
ccmake ..
|
||||||
</PRE></div>
|
</PRE></div>
|
||||||
|
|
||||||
@ -693,7 +675,7 @@ cd ..
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
Before downloading and compile GRASS source code you need to install a few
|
Before downloading and compile GRASS source code you need to install a few
|
||||||
other libraries and programs. We can do this trough apt
|
other libraries and programs. We can do this through apt
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
<div class="code"><PRE>
|
<div class="code"><PRE>
|
||||||
@ -707,7 +689,7 @@ tk8.4-dev tk8.4 libfftw3-dev libfftw3-3
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
At this point we can get the GRASS source code: you may want to download it
|
At this point we can get the GRASS source code: you may want to download it
|
||||||
trough svn or maybe you want just to download the latest available source code arquive.
|
through svn or maybe you want just to download the latest available source code arquive.
|
||||||
For example the GRASS 6.4rc4 is available at <A HREF="http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz">http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz</A>
|
For example the GRASS 6.4rc4 is available at <A HREF="http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz">http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz</A>
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
|
@ -129,30 +129,14 @@ if you do not have edit privileges for the QGIS source repository, or use
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git://github.com/qgis/Quantum-GIS.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Developer Checkout
|
2. Developer Checkout
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ${HOME}/dev/cpp
|
cd ${HOME}/dev/cpp
|
||||||
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
|
git clone git@github.com:qgis/Quantum-GIS.git
|
||||||
```
|
|
||||||
|
|
||||||
The first time you check out the source you will be prompted to accept the
|
|
||||||
qgis.org certificate. Press 'p' to accept it permanently:
|
|
||||||
|
|
||||||
```
|
|
||||||
Error validating server certificate for 'https://svn.qgis.org:443':
|
|
||||||
- The certificate is not issued by a trusted authority. Use the
|
|
||||||
fingerprint to validate the certificate manually! Certificate
|
|
||||||
information:
|
|
||||||
- Hostname: svn.qgis.org
|
|
||||||
- Valid: from Apr 1 00:30:47 2006 GMT until Mar 21 00:30:47 2008 GMT
|
|
||||||
- Issuer: Developer Team, Quantum GIS, Anchorage, Alaska, US
|
|
||||||
- Fingerprint:
|
|
||||||
2f:cd:f1:5a:c7:64:da:2b:d1:34:a5:20:c6:15:67:28:33:ea:7a:9b (R)eject,
|
|
||||||
accept (t)emporarily or accept (p)ermanently?
|
|
||||||
```
|
```
|
||||||
|
|
||||||
== Starting the compile ==
|
== Starting the compile ==
|
||||||
@ -169,9 +153,9 @@ mkdir -p ${HOME}/apps
|
|||||||
Now we create a build directory and run ccmake:
|
Now we create a build directory and run ccmake:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd qgis
|
cd Quantum-GIS
|
||||||
mkdir build
|
mkdir build-master
|
||||||
cd build
|
cd build-master
|
||||||
ccmake ..
|
ccmake ..
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -386,7 +370,7 @@ cd ..
|
|||||||
=== Step 5: compile and install GRASS ===
|
=== Step 5: compile and install GRASS ===
|
||||||
|
|
||||||
Before downloading and compile GRASS source code you need to install a few
|
Before downloading and compile GRASS source code you need to install a few
|
||||||
other libraries and programs. We can do this trough apt
|
other libraries and programs. We can do this through apt
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install flex bison libreadline5-dev libncurses5-dev lesstif2-dev debhelper dpatch libtiff4-dev \
|
sudo apt-get install flex bison libreadline5-dev libncurses5-dev lesstif2-dev debhelper dpatch libtiff4-dev \
|
||||||
@ -398,7 +382,7 @@ tk8.4-dev tk8.4 libfftw3-dev libfftw3-3
|
|||||||
```
|
```
|
||||||
|
|
||||||
At this point we can get the GRASS source code: you may want to download it
|
At this point we can get the GRASS source code: you may want to download it
|
||||||
trough svn or maybe you want just to download the latest available source code arquive.
|
through svn or maybe you want just to download the latest available source code arquive.
|
||||||
For example the GRASS 6.4rc4 is available at http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz
|
For example the GRASS 6.4rc4 is available at http://grass.itc.it/grass64/source/grass-6.4.0RC4.tar.gz
|
||||||
|
|
||||||
Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
|
Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user