Skip to content

Commit

Permalink
fixup ccache install instruction in doc files using txt2tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Régis Haubourg authored and m-kuhn committed Nov 2, 2017
1 parent 1fd4b63 commit 8dfa021
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 8 additions & 6 deletions doc/INSTALL.html
Expand Up @@ -2,10 +2,10 @@
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf8">
<TITLE>QGIS</TITLE>

<!-- Included /home/fischer/src/qgis/doc/style.css -->
<!-- Included style.css -->
<STYLE TYPE="text/css">
body{ background: white;
color: black;
Expand Down Expand Up @@ -77,13 +77,13 @@
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Wednesday November 01, 2017</H3>
<H3>Thursday November 02, 2017</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Wednesday November 01, 2017
Last Change : Wednesday November 01, 2017
Last Updated: Thursday November 02, 2017
Last Change : Thursday November 02, 2017
</P>
<DIV CLASS="toc">

Expand Down Expand Up @@ -351,6 +351,8 @@ <H2>3.4. Setup ccache (Optional)</H2>
</P>

<div class="code"><PRE>
sudo apt-get install ccache

cd /usr/local/bin
sudo ln -s /usr/bin/ccache gcc
sudo ln -s /usr/bin/ccache g++
Expand Down Expand Up @@ -3061,5 +3063,5 @@ <H1>9. Authors and Acknowledgments</H1>

</DIV>
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build-master-qt5/doc/INSTALL.html -t html /home/fischer/src/qgis/doc/INSTALL.t2t -->
<!-- cmdline: txt2tags -\-encoding=utf8 INSTALL.t2t -->
</BODY></HTML>
2 changes: 2 additions & 0 deletions doc/linux.t2t
Expand Up @@ -63,6 +63,8 @@ and we build with GDAL2 from ubuntugis).
You should also setup ccache to speed up compile times:

```
sudo apt-get install ccache

cd /usr/local/bin
sudo ln -s /usr/bin/ccache gcc
sudo ln -s /usr/bin/ccache g++
Expand Down

0 comments on commit 8dfa021

Please sign in to comment.