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


      1 #!/usr/bin/env sh
      2 
      3 cmake \
      4 	-DCMAKE_INSTALL_PREFIX=/usr \
      5 	-DCMAKE_BUILD_TYPE=Release \
      6 	-DCBOR_CUSTOM_ALLOC=ON \
      7 	.
      8 make
      9 make install