Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
Now you can manually install giflib (if you want to be able to export GIF files) which is too old in macport: | Now you can manually install giflib (if you want to be able to export GIF files) which is too old in macport: | ||
Download giflib sources at this url: | Download giflib sources at this url: | ||
https://sourceforge.net/projects/giflib/ | |||
and put the file in your home directory | |||
tar -jxvf giflib-5.1.2.tar.bz2 | |||
and put the file in your home directory | cd giflib-5.1.2 | ||
tar -jxvf giflib-5.1.2.tar.bz2 | ./configure | ||
make | |||
cd giflib-5.1.2 | sudo make install | ||
./configure | |||
make | |||
sudo make install |
Latest revision as of 12:00, 24 August 2016
Now you can manually install giflib (if you want to be able to export GIF files) which is too old in macport: Download giflib sources at this url:
https://sourceforge.net/projects/giflib/
and put the file in your home directory
tar -jxvf giflib-5.1.2.tar.bz2 cd giflib-5.1.2 ./configure make sudo make install