Lines Matching +full:- +full:jxvf
8 <meta charset="utf-8" />
9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no…
11 <meta name="application-name" content="ImageMagick" />
13 <meta name="application-url" content="https://imagemagick.org" />
20 <meta name="revisit-after" content="2 DAYS" />
21 <meta name="resource-type" content="document" />
22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" />
24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
26 <link href="advanced-unix-installation.html" rel="canonical" />
33 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
34 …<a class="navbar-brand" href="../"><img class="d-block" id="icon" alt="ImageMagick" width="32" hei…
35 …ss="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsMagick" aria-control…
36 <span class="navbar-toggler-icon"></span>
39 <div class="navbar-collapse collapse" id="navbarsMagick" style="">
40 <ul class="navbar-nav mr-auto">
41 <li class="nav-item ">
42 <a class="nav-link" href="api/quantize.html">Home <span class="sr-only">(current)</span></a>
44 <li class="nav-item ">
45 <a class="nav-link" href="../www/download.html">Download</a>
47 <li class="nav-item ">
48 <a class="nav-link" href="../www/command-line-tools.html">Tools</a>
50 <li class="nav-item ">
51 <a class="nav-link" href="../www/command-line-processing.html">Command-line</a>
53 <li class="nav-item ">
54 <a class="nav-link" href="../www/resources.html">Resources</a>
56 <li class="nav-item ">
57 <a class="nav-link" href="../www/develop.html">Develop</a>
59 <li class="nav-item">
60 … <a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a>
63 <form class="form-inline my-2 my-lg-0" action="https://imagemagick.org/script/search.php">
64 … <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
65 <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
72 data-ad-client="ca-pub-3129977114552745"
73 data-ad-slot="6345125851"
74 data-ad-format="auto"></ins>
82 <div class="magick-template">
83 <div class="magick-header">
84 …-center"><a href="advanced-unix-installation.html#download">Download & Unpack</a> • <a href="a…
86 …-description">It's possible you don't want to concern yourself with advanced installation under Un…
90 <p>ImageMagick builds on a variety of Unix and Unix-like operating systems including Linux, Solaris…
104 <pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.8-23…
108 <pre class="pre-scrollable"><code>ImageMagick is configured as follows. Please verify that this con…
111 Host system type: x86_64-unknown-linux-gnu
112 Build system type: x86_64-unknown-linux-gnu
115 -------------------------------------------------------------------------------
116 Shared libraries --enable-shared=yes yes
117 Static libraries --enable-static=yes yes
118 Module support --with-modules=yes yes
119 GNU ld --with-gnu-ld=yes yes
120 Quantum depth --with-quantum-depth=16 16
122 --enable-hdri=no no
125 BZLIB --with-bzlib=yes yes
126 Autotrace --with-autotrace=yes yes
127 DJVU --with-djvu=yes no
128 DPS --with-dps=yes no
129 FlashPIX --with-fpx=yes no
130 FontConfig --with-fontconfig=yes yes
131 FreeType --with-freetype=yes yes
136 Ghostscript fonts --with-gs-font-dir=default
137 Ghostscript lib --with-gslib=yes no (failed tests)
138 Graphviz --with-gvc=yes yes
139 JBIG --with-jbig= no
140 JPEG v1 --with-jpeg=yes yes
141 JPEG-2000 --with-jp2=yes yes
142 LCMS --with-lcms=yes yes
143 LQR --with-lqr=yes no
144 Magick++ --with-magick-plus-plus=yes yes
145 OpenEXR --with-openexr=yes yes
146 PERL --with-perl=yes /usr/bin/perl
147 PNG --with-png=yes yes
148 RSVG --with-rsvg=yes yes
149 TIFF --with-tiff=yes yes
151 Windows fonts --with-windows-font-dir=
152 WMF --with-wmf=yes yes
153 X11 --with-x= yes
154 XML --with-xml=yes yes
155 ZLIB --with-zlib=yes yes
159 X_PRE_LIBS = -lSM -lICE
165 EXEC-PREFIX = /usr/local
167 CC = gcc -std=gnu99
168 CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
169 MAGICK_CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
170 CPPFLAGS = -I/usr/local/include/ImageMagick
171 PCFLAGS = -fopenmp
172 DEFS = -DHAVE_CONFIG_H
173 LDFLAGS = -lfreetype
174 MAGICK_LDFLAGS = -L/usr/local/lib -lfreetype
175 LIBS = -lMagickCore-Q16 -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext
176 -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl
178 CXXFLAGS = -g -O2 -Wall -W -pthread
184 <dt class="col-md-4">CC</dt>
185 <dd class="col-md-8">Name of C compiler (e.g. <code>cc -Xa</code>) to use.</dd>
186 <dt class="col-md-4">CXX</dt>
187 <dd class="col-md-8">Name of C++ compiler to use (e.g. <code>CC</code>).</dd>
188 <dt class="col-md-4">CFLAGS</dt>
189 <dd class="col-md-8">Compiler flags (e.g. <code>-g -O2</code>) to compile C code.</dd>
190 <dt class="col-md-4">CXXFLAGS</dt>
191 <dd class="col-md-8">Compiler flags (e.g. <code>-g -O2</code>) to compile C++ code.</dd>
192 <dt class="col-md-4">CPPFLAGS</dt>
193 …<dd class="col-md-8">Include paths (.e.g. <code>-I/usr/local</code>) to look for header files.</dd>
194 <dt class="col-md-4">LDFLAGS</dt>
195 …-md-8">Library paths (.e.g. <code>-L/usr/local</code>) to look for libraries systems that support …
196 <dt class="col-md-4">LIBS</dt>
197 <dd class="col-md-8">Extra libraries (.e.g. <code>-l/usr/local/lib</code>) required to link.</dd>
202 … class="highlight"><code>configure CC=c99 CFLAGS=-O2 LDFLAGS='-L/usr/local/lib -R/usr/local/lib' L…
207 …es automagically, but if it doesn't, you can use the <var>--x-includes=path</var> and <var>--x-lib…
209 …--disable-something</var> is equivalent to specifying <var>--enable-something=no</var> and <var>--…
211 …nabled (via <var>--enable-something</var>), it enables code already present in ImageMagick. When …
215 <div class="table-responsive">
216 <table class="table table-sm table-striped">
218 <td>--enable-shared</td>
221 …e MAGICK PLUG-INS below) can pose additional challenges. If ImageMagick is built using static libr…
223 …-fPIC</code>). However, you must compile all shared library source with the same flag (for gcc use…
225 …--enable-shared</code> is not specified, a new PERL interpreter (PerlMagick) is built which is sta…
228 <td>--disable-static</td>
232 <td>--disable-installed</td>
235 …agick. Use this option to configure ImageMagick so that it doesn't use hard-coded paths and locat…
238 <td>--enable-ccmalloc</td>
242 <td>--enable-prof</td>
246 <td>--enable-gprof</td>
250 <td>--enable-gcov</td>
254 <td>--disable-openmp</td>
257 …tion, can achieve a significant speed-up with the assistance of the OpenMP API when running on mod…
260 <td>--disable-largefile</td>
263 …-bit CPU) if the operating system supports large files. Some applications which use the ImageMagi…
269 <div class="table-responsive">
270 <table class="table table-sm table-striped">
272 <td>--with-quantum-depth</td>
275 …--with-quantum-depth=8</code> builds ImageMagick using 8-bit quantums. Most computer display adap…
280 8 0-255 00-FF
281 16 0-65535 0000-FFFF
282 32 0-4294967295 00000000-FFFFFFFF
285 …sixteen-bit pixel quantums can cause ImageMagick to run 15% to 50% slower (and take twice as much …
298 <td>--enable-hdri</td>
302 <td>--enable-osx-universal-binary</td>
306 <td>--without-modules</td>
309 …-X.X.X/modules-QN</var> (where 'N' equals 8, 16, or 32 depending on the quantum depth) in the subd…
312 <td>--with-cache</td>
315 …mory that ImageMagick is allowed to consume before switching to using memory-mapped temporary file…
318 <td>--without-threads</td>
321 …he ImageMagick library is compiled with multi-thread support. If this undesirable, specify <code>…
324 <td>--with-frozenpaths</td>
330 <td>--without-magick-plus-plus</td>
333 …o select the desired compiler optimization and debug flags (default <code>-g -O2</code>). Antique …
336 <td>--without-perl</td>
339 …--without-perl</code> is specified, you must first install ImageMagick, change to the PerlMagick s…
342 <td>--with-perl=PERL</td>
346 <td>--with-perl-options=OPTIONS</td>
347 <td>options to pass on command-line when generating PerlMagick's Makefile from Makefile.PL.
349 …where, then provide a PREFIX option to PERL's configuration step via "--with-perl-options=PREFIX=/…
352 <td>--without-bzlib</td>
356 <td>--without-dps</td>
360 <td>--with-fpx</td>
364 <td>--without-freetype</td>
368 <td>--with-gslib</td>
372 <td>--without-jbig</td>
376 <td>--without-jpeg</td>
380 <td>--without-jp2</td>
384 <td>--without-lcms</td>
388 <td>--without-lzma</td>
392 <td>--without-png</td>
396 <td>--without-tiff</td>
400 <td>--without-wmf</td>
404 <td>--with-fontpath</td>
408 <td>--with-gs-font-dir</td>
414 <td>--with-windows-font-dir</td>
415 <td>directory containing MS-Windows fonts.
417 …Specify the directory containing MS-Windows-compatible fonts. This not necessary when ImageMagick …
420 <td>--without-xml</td>
424 <td>--without-zlib</td>
428 <td>--without-x</td>
431 …ble. When --without-x is specified, use of X11 is disabled. The display, animate, and import sub-…
434 <td>--with-share-path=DIR</td>
438 <td>--with-libstdc=DIR</td>
443 …ecuting the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPF…
445 …the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/ru…
446 …-server//viewforum.html?f=3">ImageMagick Defect Support Forum</a>. All bug reports should contain …
455 <dt class="col-md-4">make</dt>
456 <dd class="col-md-8">Build ImageMagick.</dd>
457 <dt class="col-md-4">sudo make install</dt>
458 <dd class="col-md-8">Install ImageMagick.</dd>
459 <dt class="col-md-4">make check</dt>
460 …<dd class="col-md-8">Run tests using the installed ImageMagick (<code>sudo make install</code> mus…
461 <dt class="col-md-4">make clean</dt>
462 <dd class="col-md-8"> Remove everything in the build directory created by <code>make</code>.</dd>
463 <dt class="col-md-4">make distclean</dt>
464 …<dd class="col-md-8">remove everything in the build directory created by <code>configure</code> an…
465 <dt class="col-md-4">make uninstall</dt>
466 …<dd class="col-md-8">Remove all files from the system which are (or would be) installed by <code>s…
485 …code>/../usr/local</code> by giving <code>configure</code> the option <var>--prefix=PATH</var>. T…
497 <pre class="highlight"><code>identify -list configure
502 <pre class="highlight"><code>identify -list format
512 <h2><a class="anchor" id="linux"></a>Linux-specific Build instructions</h2>
518 <pre class="highlight"><code>rpmbuild --rebuild ImageMagick.src.rpm
523 …hlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -ivh ImageMagick-7.0.8-?.*.rpm</s…
524 <h2><a class="anchor" id="macosx"></a>Mac OS X-specific Build instructions</h2>
530 <pre class="highlight"><code>sudo port -v install freetype +bytecode
531 sudo port -v install librsvg
532 sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms
547 <p>Unpack and change into the top-level ImageMagick directory:</p>
548 …zf ImageMagick-7.0.8-23.tar.gz</span><span class='crtout'></span><span class="crtprompt">$ </span>…
549 <pre class="highlight"><code>./configure --prefix=/opt --with-quantum-depth=16 \
550 --disable-dependency-tracking --with-x=yes \
551 --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
552 --without-perl"
562 <pre class="highlight"><code>/opt/local/bin/identify -list font
568 <pre class="highlight"><code>display -display :0
571 <h2><a class="anchor" id="mingw"></a>MinGW-specific Build instructions</h2>
575 …jxvf ImageMagick-7.0.8-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt">$ …
581 …issing dependencies (e.g. <var>.deps/source.PLO</var>), add <code>--disable-dependency-tracking</c…
585 <pre class="highlight"><code>configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
588 <h5>Dynamic Linker Run-time Bindings</h5>
606 <pre class="highlight"><code>yum install libjpeg libjpeg-devel
611 <pre class="highlight"><code>identify -list format
614 <p>You should see a mode of rw- associated with the JPEG tag. This mode means the image can be rea…
617 …ar>, rerun <code>configure</code> with the <code>--enable-shared</code> or <code>--enable-shared -…
621 </main><!-- /.container -->
622 <footer class="magick-footer">
623 <p><a href="../www/security-policy.html">Security</a> •
628 …<a href="advanced-unix-installation.html#"><img class="d-inline" id="wand" alt="And Now a Touch of…
634 <small>© 1999-2019 ImageMagick Studio LLC</small></p>
637 <!-- Javascript assets -->