mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
update install script
This commit is contained in:
parent
39327332df
commit
9bdda3d552
|
@ -2,16 +2,11 @@
|
|||
# install raqm
|
||||
|
||||
|
||||
if [ ! -f raqm-0.2.0.tar.gz ]; then
|
||||
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'
|
||||
archive=raqm-0.2.0
|
||||
|
||||
fi
|
||||
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
|
||||
|
||||
rm -r raqm-0.2.0
|
||||
tar -xvzf raqm-0.2.0.tar.gz
|
||||
|
||||
|
||||
pushd raqm-0.2.0
|
||||
pushd $archive
|
||||
|
||||
./configure --prefix=/usr && make -j4 && sudo make -j4 install
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user