File: Install-mac.txt

package info (click to toggle)
imagemagick 8%3A6.8.9.9-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 66,572 kB
  • sloc: ansic: 328,748; cpp: 21,132; sh: 12,706; xml: 9,266; perl: 5,193; makefile: 2,820; tcl: 459
file content (53 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Mac OS X-specific Build instructions
  
  Perform these steps as an administrator or with the sudo command:
  
  Install MacPorts. Download and install http://www.macports.org/ and type the
  following commands:
  
    $magick> sudo port -v install freetype +bytecode
    $magick> sudo port -v install librsvg
    $magick> sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms
  
  This installs many of the delegate libraries ImageMagick will utilize such as
  JPEG and FreeType.
  
  Install the latest Xcode from Apple.
  
  Use the port command to install any delegate libraries you require, for example:
  
    $magick> sudo port install jpeg
  
  Now lets build ImageMagick:
  
  Download the ImageMagick source distribution and verify the distribution
  against its message digest.
  
  Unpack and change into the top-level ImageMagick directory:
  
    $magick> tar xvfz ImageMagick-6.5.9-0.tar.gz $magick> cd ImageMagick-6.5.9
  
  Configure ImageMagick:
  
    $magick> ./configure --prefix=/opt --with-quantum-depth=16 \
      --disable-dependency-tracking --with-x=yes \
      --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
      --without-perl
  
  Build ImageMagick:
  
    $magick> make
  
  Install ImageMagick:
  
    $magick> sudo make install
  
  To verify your install, type
  
    $magick> /opt/local/bin/identify -list font
  
  to list all the fonts ImageMagick knows about.
  
  To test the ImageMagick GUI, in a new shell, type:
  
    $magick> display -display :0