Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 259 Bytes

building.md

File metadata and controls

13 lines (10 loc) · 259 Bytes

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