Commit c8004a02 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #24 from Bengt/patch-1

List ccache as required in INSTALLING
parents acb18174 3c3dab65
......@@ -18,6 +18,9 @@ make -j4
make check
make install
ccache:
sudo apt-get install ccache
curses, zlib:
sudo apt-get install libncurses5-dev zlib1g-dev
......@@ -49,8 +52,7 @@ sudo apt-get install libc6-dbg
OPTIONAL DEPENDENCIES:
ccache, distcc:
sudo apt-get install ccache
distcc:
sudo apt-get install distcc distcc-pump
gtest:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment