Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Last active June 24, 2024 00:49
Show Gist options
  • Save kwilczynski/d07bedf1a8439bb695f45ab46ab10fa0 to your computer and use it in GitHub Desktop.
Save kwilczynski/d07bedf1a8439bb695f45ab46ab10fa0 to your computer and use it in GitHub Desktop.
Build ccache
cd ./ccache/build
make clean
export PATH='/usr/local/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
ccmake -DDEPS=DOWNLOAD -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make -j$(nproc)
make DESTDIR='/tmp/ccache' PREFIX='/usr' install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment