Lines Matching +full:imagemagick +full:- +full:windows
9 UNIX and under the Cygwin UNIX-emulation environment for Windows. Standards
11 compilers for Microsoft Windows or the Mac should work (project files are
14 It was decided that Magick++ will be around for the long-haul, so its API
21 * C++-style casts (e.g. static_cast)
42 Windows NT 4.0 SP6a Intel Pentium II Visual C++ 6.0 Standard
45 Windows XP Intel Pentium IV Visual C++ 6.0 Standard
47 Windows '98 + Cygwin 1.3.10 Intel Pentium III GCC 2.95.3-5
48 Windows NT 4.0 SP6a Intel Pentium II GCC 2.95.3-5
49 Windows XP + Cygwin 1.3.10 Intel Pentium IV GCC 2.95.3-5
59 Linux 6.0 <Alexander.Zimmermann@fmi.uni-passau.de>
61 Linux 7.0 <Alexander.Zimmermann@fmi.uni-passau.de>
65 Linux 7.Xi386 & alpha GCC 3.0 <Alexander.Zimmermann@fmi.uni-passau.de>
66 SGI IRIX MIPS IRIX C++ Albert Chin-A-Young
68 SunOS Sun WorkShop Albert Chin-A-Young
71 5.6, 5.7,SPARC Sun Forte CC Albert Chin-A-Young
73 HP-UX PA-RISC HP-UX aCC Albert Chin-A-Young
80 "Darwin" -926)
86 ------------------------------------------------------------------------
92 Magick++ is now built using the ImageMagick configure script and Makefiles.
97 To install ImageMagick plus Magick++ under Unix, installation should be
100 ./configure [ --prefix=/prefix ]
114 ./configure CXX=CC CXXFLAGS=-O2 LIBS=-lposix
124 CXX Name of C++ compiler (e.g. 'CC -Xa') to use
125 compiler 'CC -Xa'
126 CXXFLAGS Compiler flags (e.g. '-g -O2') to compile with
128 CPPFLAGS Include paths (-I/somedir) to look for header
130 Library paths (-L/somedir) to look for
132 LDFLAGS library run-path may additionally require
133 -R/somedir or '-rpath /somedir' in order to
135 LIBS Extra libraries (-lsomelib) required to link
142 ------------------------------------------------------------------------
144 Windows '9X, NT, 2000, ME, & XP
148 Windows '95 through Windows XP are supported by the ImageMagick source
149 package for NT available in the 'win2k' subdirectory of the ImageMagick ftp
150 site (and mirrors). The ImageMagick source package for NT provides sources
151 to ImageMagick, Magick++, add-on libraries (e.g. JPEG), and a ready-made
153 instructions in README.txt (under the heading "Windows Win2K/95 VISUAL C++
158 It is possible to build both ImageMagick and Magick++ under the Cygwin
159 Unix-emulation environment for Windows NT. Obtain and install Cgywin from
162 the instructions for building under Unix. ImageMagick and Magick++ do not
163 yet include support for building Windows DLLs under Cygwin so do not enable
164 dynamic libraries when building ImageMagick.