Codebase list knights / fresh-snapshots/upstream compile
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

compile @fresh-snapshots/upstreamraw · 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