install.sh 83 B

123456
  1. #!/bin/bash
  2. NOCONFIGURE=1 ./autogen.sh
  3. ./configure --prefix=/usr
  4. make
  5. make install