Building BuildCache Building from source Use CMake and your favorite C++ compiler to build the BuildCache program: $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release ../src $ cmake --build . --config Release