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 (141B)


      1 #!/usr/bin/env sh
      2 
      3 cmake . -Bbuild \
      4 	-DCMAKE_INSTALL_PREFIX=/usr \
      5 	-DCMAKE_INSTALL_LIBDIR=lib
      6 cmake --build build
      7 make install PREFIX=/usr