Skip to content

Commit 6af5af7

Browse files
authored
Remove the excessive ccache in the command
It is the same as the one at the end of the command.
1 parent ec98886 commit 6af5af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install most of these with::
6767

6868
sudo dpkg --add-architecture i386
6969
sudo apt-get update
70-
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7-jdk unzip ant ccache
70+
sudo apt-get install -y build-essential git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7-jdk unzip ant ccache
7171

7272
On Arch Linux (64 bit) you should be able to run the following to
7373
install most of the dependencies (note: this list may not be

0 commit comments

Comments
 (0)