build (156B)
1 #!/usr/bin/env sh 2 3 mkdir -p build 4 cd build 5 cmake \ 6 -DUNIT_TESTING=OFF \ 7 -DCMAKE_INSTALL_PREFIX=/usr \ 8 -DCMAKE_BUILD_TYPE=Release \ 9 .. 10 make 11 make install
![]() | kiss-stjMy KISS Linux repo for software I use on my computers. |
git clone https://git.stjo.hn/kiss-stj | |
Log | Files | Refs | README | LICENSE |