step 1 mkdir build && cd build step 2 cd build && cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON ../ step 3 cd build && make -j16