compile it
[sysadmin-cookbook] / recepies / compcache / 1-compile.sh
1 apt-get install linux-headers-`uname -r`
2
3 tar xvf compcache-*.tar.gz
4 cd compcache-* && make
5 cd -