SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of ImageMagick for OS X from Thu, 03/11/2010 - 09:54
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
- OS X 10.3 (Panther)
Libraries- libtiff
wget http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
tar zxf tiff-3.8.2.tar.gz
cd tiff-3.8.2
./configure
make
sudo make install - libjpeg
wget http://www.ijg.org/files/jpegsrc.v7.tar.gz
tar zxf jpegsrc.v7.tar.gz
cd jpegsrc.v7
./configure
make
make install
ImageMagick installation
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.5.4-1.tar.gz
tar zxf ImageMagick-6.5.4-1.tar.gz
cd ImageMagick-6.5.4-1
./configure
make
sudo make install - libtiff
- OS X 10.6 (Snow Leopard) - Intel
Technology:
- Log in to post comments