Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
WARNING: make sure that libgif-dev has a version number greater or equal than 5. If not, remove libgif-dev and install the library from sources: | WARNING: make sure that <code>libgif-dev</code> has a version number greater or equal than 5. If not, remove <code>libgif-dev</code> and install the library from sources: https://sourceforge.net/projects/giflib/, by making: | ||
./configure | |||
make | |||
by making: | sudo make install | ||
./configure | |||
make | |||
sudo make install |
Latest revision as of 12:04, 24 August 2016
WARNING: make sure that libgif-dev
has a version number greater or equal than 5. If not, remove libgif-dev
and install the library from sources: https://sourceforge.net/projects/giflib/, by making:
./configure make sudo make install