update install script

This commit is contained in:
wiredfool 2017-06-13 13:22:53 -07:00
parent 39327332df
commit 9bdda3d552

View File

@ -2,16 +2,11 @@
# install raqm # install raqm
if [ ! -f raqm-0.2.0.tar.gz ]; then archive=raqm-0.2.0
wget -O 'raqm-0.2.0.tar.gz' 'https://github.com/HOST-Oman/libraqm/releases/download/v0.2.0/raqm-0.2.0.tar.gz?raw=true'
fi ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
rm -r raqm-0.2.0 pushd $archive
tar -xvzf raqm-0.2.0.tar.gz
pushd raqm-0.2.0
./configure --prefix=/usr && make -j4 && sudo make -j4 install ./configure --prefix=/usr && make -j4 && sudo make -j4 install