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


      1 #!/usr/bin/env sh
      2 
      3 ./autogen.sh
      4 ./configure \
      5 	$KISS_CONFIGURE \
      6 	--prefix=/usr
      7 make
      8 make install