install-shc.sh 175 B

12345678
  1. #!/bin/bash
  2. apt-get install build-essential -y
  3. wget -c https://github.com/neurobin/shc/archive/4.0.2.tar.gz
  4. tar xzvf 4.0.2.tar.gz
  5. cd shc-4.0.2/
  6. ./configure
  7. make
  8. make install