Gifsicle for Cygwin

From assela Pathirana
Revision as of 02:53, 2 May 2006 by Root (talk | contribs)
Jump to navigationJump to search

"Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations."

Here's how I installed it in Cygwin:

  1. Have a good look at gifsicle site. There may be changes.
  2. Download latest source file (e.g. gifsicle-1.44.tar.gz)

cd /usr/local/src #create the directory if it is not there! tar -xzf gifsicle-1.44.tar.gz cd gifsicle-1.44 CFLAGS="-O2 -mtune=i686 -Wall -I/usr/local/src/gifsicle-1.44 \ -I/usr/local/src/gifsicle-1.44/include " ./configure \ --disable-gifview --disable-gifdiff make make install #will install gifsicle command in /usr/local/bin #man gifsicle will give help.