Codebase list knights / 841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main compile
841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main

Tree @841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main (Download .tar.gz)

compile @841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/bash

if ! [ -d build ]; then
	mkdir build
fi

cd build

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make -j 4