#!/bin/bash cd /tmp/ git clone https://github.com/chris2511/xca.git cd /tmp/xca ./bootstrap ./configure; make -j6; make install