Advertisement
Guest User

Untitled

a guest
Mar 17th, 2011
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. tar xzvf ImageMagick-6.6.7-0.tar.gz
  2. cd ImageMagick-6.6.7-0
  3. export CPPFLAGS=-I/usr/local/include
  4. export LDFLAGS=-L/usr/local/lib
  5. ./configure --prefix=/usr/local --disable-static --with-modules --with-perl --without-magick-plus-plus --with-quantum-depth=8 --with-gs-font-dir=/usr/local/share/ghostscript/fonts --disable-openmp
  6. make clean
  7. make
  8. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement