#!/bin/bash cd /tmp/ wget https://github.com/chris2511/xca/archive/RELEASE.2.1.2.tar.gz tar -xvf RELEASE.2.1.2.tar.gz cd /tmp/xca-RELEASE.2.1.2 ./bootstrap ./configure; make -j6; make install