Skip to content

Commit 8dfa021

Browse files
Régis Haubourgm-kuhn
authored andcommittedNov 2, 2017
fixup ccache install instruction in doc files using txt2tags
1 parent 1fd4b63 commit 8dfa021

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
 

‎doc/INSTALL.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<HTML>
33
<HEAD>
44
<META NAME="generator" CONTENT="http://txt2tags.org">
5-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
5+
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf8">
66
<TITLE>QGIS</TITLE>
77

8-
<!-- Included /home/fischer/src/qgis/doc/style.css -->
8+
<!-- Included style.css -->
99
<STYLE TYPE="text/css">
1010
body{ background: white;
1111
color: black;
@@ -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 November 01, 2017</H3>
80+
<H3>Thursday November 02, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Wednesday November 01, 2017
86-
Last Change : Wednesday November 01, 2017
85+
Last Updated: Thursday November 02, 2017
86+
Last Change : Thursday November 02, 2017
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -351,6 +351,8 @@ <H2>3.4. Setup ccache (Optional)</H2>
351351
</P>
352352

353353
<div class="code"><PRE>
354+
sudo apt-get install ccache
355+
354356
cd /usr/local/bin
355357
sudo ln -s /usr/bin/ccache gcc
356358
sudo ln -s /usr/bin/ccache g++
@@ -3061,5 +3063,5 @@ <H1>9. Authors and Acknowledgments</H1>
30613063

30623064
</DIV>
30633065
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
3064-
<!-- 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 -->
3066+
<!-- cmdline: txt2tags -\-encoding=utf8 INSTALL.t2t -->
30653067
</BODY></HTML>

‎doc/linux.t2t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ and we build with GDAL2 from ubuntugis).
6363
You should also setup ccache to speed up compile times:
6464

6565
```
66+
sudo apt-get install ccache
67+
6668
cd /usr/local/bin
6769
sudo ln -s /usr/bin/ccache gcc
6870
sudo ln -s /usr/bin/ccache g++

0 commit comments

Comments
 (0)
Please sign in to comment.