Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regenerated install docs after applying commit:a954488 from master.
  • Loading branch information
timlinux committed Jun 12, 2011
1 parent 2516c38 commit 512bc17
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 76 deletions.
Binary file modified CODING.pdf
Binary file not shown.
34 changes: 10 additions & 24 deletions INSTALL
@@ -1,10 +1,10 @@
Quantum GIS (QGIS)
Building QGIS from source - step by step
Sunday May 29, 2011
Sunday June 12, 2011


Last Updated: Sunday May 29, 2011
Last Change : Friday May 20, 2011
Last Updated: Sunday June 12, 2011
Last Change : Sunday June 05, 2011


1. Introduction
Expand Down Expand Up @@ -234,26 +234,12 @@ if you do not have edit privaleges for the QGIS source repository, or use
1. Anonymous Checkout

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

cd ${HOME}/dev/cpp
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis

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?
git clone git@github.com:qgis/Quantum-GIS.git


3.7. Starting the compile
Expand All @@ -268,9 +254,9 @@ development version. I suggest you do something similar:

Now we create a build directory and run ccmake:

cd qgis
mkdir build
cd build
cd Quantum-GIS
mkdir build-master
cd build-master
ccmake ..

When you run ccmake (note the .. is required!), a menu will appear where
Expand Down Expand Up @@ -450,7 +436,7 @@ leave the folder
========================================

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 \
tcl8.4-dev tk8.4-dev fftw-dev xlibmesa-gl-dev libfreetype6-dev autoconf2.13 autotools-dev \
Expand All @@ -460,7 +446,7 @@ other libraries and programs. We can do this trough apt
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
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

Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
Expand Down
Binary file modified INSTALL.pdf
Binary file not shown.
40 changes: 11 additions & 29 deletions doc/INSTALL.html
Expand Up @@ -45,13 +45,13 @@
<DIV CLASS="header" ID="header">
<H1>Quantum GIS (QGIS)</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Sunday May 29, 2011</H3>
<H3>Sunday June 12, 2011</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Sunday May 29, 2011
Last Change : Friday May 20, 2011
Last Updated: Sunday June 12, 2011
Last Change : Sunday June 05, 2011
</P>
<DIV CLASS="toc">

Expand Down Expand Up @@ -368,7 +368,7 @@ <H2>3.6. Check out the QGIS Source Code</H2>

<div class="code"><PRE>
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>

<P>
Expand All @@ -377,25 +377,7 @@ <H2>3.6. Check out the QGIS Source Code</H2>

<div class="code"><PRE>
cd ${HOME}/dev/cpp
svn co --username &lt;yourusername&gt; https://svn.osgeo.org/qgis/trunk/qgis qgis
</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?
git clone git@github.com:qgis/Quantum-GIS.git
</PRE></div>

<A NAME="toc10"></A>
Expand All @@ -417,9 +399,9 @@ <H2>3.7. Starting the compile</H2>
</P>

<div class="code"><PRE>
cd qgis
mkdir build
cd build
cd Quantum-GIS
mkdir build-master
cd build-master
ccmake ..
</PRE></div>

Expand Down Expand Up @@ -692,7 +674,7 @@ <H3>3.9.5. Step 5: compile and install GRASS</H3>

<P>
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>

<div class="code"><PRE>
Expand All @@ -706,7 +688,7 @@ <H3>3.9.5. Step 5: compile and install GRASS</H3>

<P>
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>
</P>
<P>
Expand Down Expand Up @@ -2275,5 +2257,5 @@ <H1>6. Authors and Acknowledgments</H1>

</DIV>
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -t html -o INSTALL.html INSTALL.t2t -->
<!-- cmdline: txt2tags -o INSTALL.html -t html INSTALL.t2t -->
</BODY></HTML>
30 changes: 7 additions & 23 deletions doc/linux.t2t
Expand Up @@ -129,30 +129,14 @@ if you do not have edit privaleges for the QGIS source repository, or use

```
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

```
cd ${HOME}/dev/cpp
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
```

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?
git clone git@github.com:qgis/Quantum-GIS.git
```

== Starting the compile ==
Expand All @@ -169,9 +153,9 @@ mkdir -p ${HOME}/apps
Now we create a build directory and run ccmake:

```
cd qgis
mkdir build
cd build
cd Quantum-GIS
mkdir build-master
cd build-master
ccmake ..
```

Expand Down Expand Up @@ -386,7 +370,7 @@ cd ..
=== Step 5: compile and install GRASS ===

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 \
Expand All @@ -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
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

Uncompress the arquive, enter the newly created folder and run configure with a few specific parameters
Expand Down

0 comments on commit 512bc17

Please sign in to comment.