Codebase list knights / upstream/20.04.3 compile
upstream/20.04.3

Tree @upstream/20.04.3 (Download .tar.gz)

compile @upstream/20.04.3raw · 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