Confirmed users
905
edits
Line 37: | Line 37: | ||
sudo apt-get install ccache | sudo apt-get install ccache | ||
* Add ccache to the PATH variable | * Add ccache to the PATH variable | ||
**Enter root by running: | |||
sudo su | sudo su | ||
**Run export to set the PATH variable | |||
export PATH=/usr/lib/ccache:$PATH | export PATH=/usr/lib/ccache:$PATH | ||
* Extend the ccache to improve build time: | * Extend the ccache to improve build time: |