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


      1 #!/usr/bin/env sh
      2 
      3 mkdir build
      4 cd build
      5 cmake \
      6 	-DCMAKE_INSTALL_PREFIX=/usr \
      7 	../
      8 make
      9 make install