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


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