kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (176B)


      1 #!/usr/bin/env sh
      2 
      3 sed '/cmptest/d' tests/CMakeLists.txt > _
      4 mv _ tests/CMakeLists.txt
      5 
      6 mkdir build &&
      7 	cd build &&
      8 	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
      9 	make
     10 make install