blob: ad3c8ca3d3eee346fa4df2a2ea9f77abcf576718 [file] [log] [blame]
#########################################################################
# Build ccache
#########################################################################
mkdir -p ../ccache
cd ../ccache
wget https://github.com/ccache/ccache/releases/download/v3.7.5/ccache-3.7.5.tar.gz
tar xvzf ccache-3.7.5.tar.gz
cd ccache-3.7.5
./configure --prefix=$PWD/../ccache
make -j 4
make install