<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CMake_options_for_PLplot</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>Recent changes to CMake_options_for_PLplot</description><atom:link href="https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 13 Jan 2020 08:09:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/feed" rel="self" type="application/rss+xml"/><item><title>CMake_options_for_PLplot modified by Arjen Markus</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -52,7 +52,7 @@

 **ENABLE_d:BOOL**=ON - [D](http://www.digitalmars.com/d/index.html) binding.

-**ENABLE_f95:BOOL**=ON - Fortran 95 binding.
+**ENABLE_fortran:BOOL**=ON - Fortran binding.

 **ENABLE_itcl:BOOL**=ON - iTcl object-oriented extension of the Tcl binding.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjen Markus</dc:creator><pubDate>Mon, 13 Jan 2020 08:09:40 -0000</pubDate><guid>https://sourceforge.net2c14af690b056192d45017218c5b25c99e015095</guid></item><item><title>CMake_options_for_PLplot modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -159,7 +159,7 @@

 **PLD_pdf:BOOL**=ON

-**PLD_plmeta:BOOL**=OFF
+**PLD_plm:BOOL**=OFF

 **PLD_ps:BOOL**=ON

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 12 Sep 2019 00:38:19 -0000</pubDate><guid>https://sourceforge.netb4f40938e12f80099fb8dab9c74b8ff0375d93e7</guid></item><item><title>CMake_options_for_PLplot modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,15 @@
+
+
 A large number of options are available to modify the CMake configuration process. Use the ccmake or cmake-gui commands or inspect the contents of the CMakeCache.txt file after a build to obtain documentation for most options. Some options are hidden depending on other option values so for a more complete look at all option documentation look for the string "option" in the files in the cmake/modules subdirectory.

 Here we give the documentation of the most heavily used subset of the options. The value specified is the default value, but note that value can automatically be changed by the build system if some essential resource is not available on the platform. For example, if no Fortran 95-capable compiler can be found on the platform, the Fortran 95 bindings are automatically disabled. Furthermore, certain option values depend on other option values. For example, if BUILD_SHARED_LIBS is set to OFF, then ENABLE_DYNDRIVERS is automatically set to OFF as well.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 01 Nov 2018 21:51:15 -0000</pubDate><guid>https://sourceforge.net18be134c40412f202c5597dc62ea7d708d426063</guid></item><item><title>CMake_options_for_PLplot modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -17,7 +17,9 @@

 **BUILD_TEST:BOOL**=OFF - builds examples in the build tree so that ctest can be run afterward to test that those examples work.

-**BUILD_DOC:BOOL**=OFF - build documentation (Linux only).
+**BUILD_DOC:BOOL**=OFF - build DocBook form of documentation.
+
+**BUILD_DOX_DOC:BOOL**=OFF - build Doxygen form of documentation.

 **PL_DOUBLE:BOOL**=ON - use 64-bit (ON) or 32-bit (OFF) floating-point precision.

@@ -27,42 +29,36 @@

 **WITH_CSA:BOOL**=ON - internally build and use the csirocsa library for bivariate cubic spline approximation.

-**LIB_TAG:STRING**="" - suffix added to all libraries. Notice that 'd' is always appended to it if PL_DOUBLE is ON.
-
 Bindings options
 ----------------

 **DEFAULT_NO_BINDINGS:BOOL**=OFF - if this option is turned ON, all language bindings are turned OFF by default.

-**ENABLE_cxx:BOOL**=ON - C++ bindings.
+**ENABLE_ada:BOOL**=ON - Ada 95 and Ada 2005 binding.

-**ENABLE_f77:BOOL**=ON - Fortran 77 bindings.
+**ENABLE_cxx:BOOL**=ON - C++ binding.

-**ENABLE_f95:BOOL**=ON - Fortran 95 bindings.
+**ENABLE_d:BOOL**=ON - [D](http://www.digitalmars.com/d/index.html) binding.

-**ENABLE_python:BOOL**=ON - Python bindings.
+**ENABLE_f95:BOOL**=ON - Fortran 95 binding.

-**ENABLE_java:BOOL**=ON - Java bindings.
+**ENABLE_itcl:BOOL**=ON - iTcl object-oriented extension of the Tcl binding.

-**ENABLE_tcl:BOOL**=ON - Tcl bindings.
+**ENABLE_itk:BOOL**=ON - iTk object-oriented extension of the Tk binding.

-**ENABLE_itcl:BOOL**=ON - iTcl object-oriented extension of the Tcl bindings.
+**ENABLE_java:BOOL**=ON - Java binding.

-**ENABLE_tk:BOOL**=ON - Tk (graphical extension of Tcl) bindings.
+**ENABLE_lua:BOOL**=ON - [Lua](http://www.lua.org/) binding.

-**ENABLE_itk:BOOL**=ON - iTk object-oriented extension of the Tk bindings.
+**ENABLE_ocaml:BOOL**=ON - [OCaml](http://caml.inria.fr/) binding.

-**ENABLE_ada:BOOL**=ON - Ada 95 and Ada 2005 bindings.
+**ENABLE_octave:BOOL**=ON - [Octave](https://gnu.org/software/octave/) binding.

-**ENABLE_pdl:BOOL**=ON - include PDL (Perl Data Language) examples to be used with PDL PLplot bindings that are developed as part of the external PDL project.
+**ENABLE_python:BOOL**=ON - Python binding.

-**ENABLE_d:BOOL**=ON - Experimental [D](http://www.digitalmars.com/d/index.html) bindings.
+**ENABLE_tcl:BOOL**=ON - Tcl binding.

-**ENABLE_ocaml:BOOL**=ON - [OCaml](http://caml.inria.fr/) bindings.
-
-**ENABLE_qt:BOOL**=ON - [Qt](http://qt.nokia.com/products/) bindings.
-
-**ENABLE_wxwidgets:BOOL**=ON - [wxWidgets](http://www.wxwidgets.org) bindings.
+**ENABLE_tk:BOOL**=ON - Tk (graphical extension of Tcl) binding.

 Device options
 --------------
@@ -85,117 +81,71 @@

 These devices use various cairo backends. The ones that are turned ON by default generally give beautiful results with properly hinted unicode fonts even for CTL (complex text layout) languages.

-**PLD_pscairo**=ON
+**PLD_epscairo**=ON
+
+**PLD_extcairo**=ON
+
+**PLD_memcairo**=ON

 **PLD_pdfcairo**=ON

 **PLD_pngcairo**=ON

-**PLD_xcairo**=ON
+**PLD_pscairo**=ON

 **PLD_svgcairo**=ON

-**PLD_extcairo**=ON
+**PLD_wincairo**=ON - Windows platforms only.

-**PLD_memcairo**=OFF
+**PLD_xcairo**=ON - Unix platforms only.

 ### Qt4-related devices

 These devices depend on the Qt4 libraries and generally give beautiful results with properly hinted unicode fonts even for CTL (complex text layout) languages.

-#### Qt4 interactive device
-
-**PLD_qtwidget**=ON
-
-#### Qt4 bitmapped devices
-
 **PLD_bmpqt**=ON

+**PLD_epsqt**=ON
+
+**PLD_extqt**=ON
+
 **PLD_jpgqt**=ON
+
+**PLD_memqt**=ON
+
+**PLD_pdfqt**=ON

 **PLD_pngqt**=ON

 **PLD_ppmqt**=ON

-**PLD_tiffqt**=ON
-
-#### Qt4 PostScript and PDF devices
-
-**PLD_epsqt**=ON
-
-**PLD_pdfqt**=ON
-
-#### Qt4 Scalable Vector Graphics (SVG) device
+**PLD_qtwidget**=ON

 **PLD_svgqt**=ON

-#### Qt4 external "device" (used for Qt GUI applications)
-
-**PLD_extqt**=ON
+**PLD_tiffqt**=ON

 ### libgd-related devices

-**PLD_png:BOOL**=ON
+**PLD_png:BOOL**=OFF

-**PLD_jpeg:BOOL**=ON
+**PLD_jpeg:BOOL**=OFF

-**PLD_gif:BOOL**=ON
-
-### Hewlett-Packard printer devices
-
-**PLD_hp7470:BOOL**=ON
-
-**PLD_hp7580:BOOL**=ON
-
-**PLD_lj_hpgl:BOOL**=ON
-
-### Textronix and Textronix emulator devices
-
-**PLD_xterm:BOOL**=OFF
-
-**PLD_tek4010:BOOL**=OFF
-
-**PLD_tek4010f:BOOL**=OFF
-
-**PLD_tek4107:BOOL**=OFF
-
-**PLD_tek4107f:BOOL**=OFF
-
-**PLD_mskermit:BOOL**=OFF
-
-**PLD_versaterm:BOOL**=OFF
-
-**PLD_vlt:BOOL**=OFF
-
-**PLD_conex:BOOL**=OFF
+**PLD_gif:BOOL**=OFF

 ### Other devices

 **PLD_aqt:BOOL**=ON - Mac OS X platform only.

-**PLD_cgm:BOOL**=ON - note this device depends on the NIST public-domain cd library which we build internally (as libnistcd) if this option is ON.
-
-**PLD_dg300:BOOL**=OFF
-
-**PLD_gcw:BOOL**=OFF
-
-**PLD_imp:BOOL**=OFF
-
-**PLD_linuxvga:BOOL**=OFF
-
-**PLD_ljii:BOOL**=OFF
-
-**PLD_ljiip:BOOL**=OFF
+**PLD_cgm:BOOL**=OFF- note this device depends on the NIST public-domain cd library which we build internally (as libnistcd) if this option is set to ON by the user.

 **PLD_mem:BOOL**=ON

-**PLD_ntk:BOOL**=OFF
+**PLD_ntk:BOOL**=ON

 **PLD_null:BOOL**=ON - a working device that creates no (!) interactive or file output.

-**PLD_pbm:BOOL**=OFF
-
-**PLD_pdf:BOOL**=OFF
+**PLD_pdf:BOOL**=ON

 **PLD_plmeta:BOOL**=OFF

@@ -211,7 +161,7 @@

 **PLD_tkwin:BOOL**=ON

-**PLD_wingcc:BOOL**=ON - windows platform only.
+**PLD_wingcc:BOOL**=ON - Windows platforms only.

 **PLD_wxpng:BOOL**=OFF

@@ -219,7 +169,7 @@

 **PLD_xfig:BOOL**=ON

-**PLD_xwin:BOOL**=ON
+**PLD_xwin:BOOL**=ON - Unix platforms only.

 The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Wed, 11 Feb 2015 23:42:37 -0000</pubDate><guid>https://sourceforge.net1d792eaabbcec75d506d221d4573e79b4bdfe3d6</guid></item><item><title>CMake_options_for_PLplot modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 19:02:47 -0000</pubDate><guid>https://sourceforge.netb2e72fa6ee16ee0a92fd72b08944bd3994d6f5f8</guid></item><item><title>CMake_options_for_PLplot modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/CMake_options_for_PLplot/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A large number of options are available to modify the CMake configuration process. Use the ccmake or cmake-gui commands or inspect the contents of the CMakeCache.txt file after a build to obtain documentation for most options. Some options are hidden depending on other option values so for a more complete look at all option documentation look for the string "option" in the files in the cmake/modules subdirectory.&lt;/p&gt;
&lt;p&gt;Here we give the documentation of the most heavily used subset of the options. The value specified is the default value, but note that value can automatically be changed by the build system if some essential resource is not available on the platform. For example, if no Fortran 95-capable compiler can be found on the platform, the Fortran 95 bindings are automatically disabled. Furthermore, certain option values depend on other option values. For example, if BUILD_SHARED_LIBS is set to OFF, then ENABLE_DYNDRIVERS is automatically set to OFF as well.&lt;/p&gt;
&lt;p&gt;In general, if you just use the default options PLplot will normally configure itself to build without problems. The cmake output will have WARNING messages about any missing components. If one of those is important to you, then you will have to install additional libraries or executables (e.g., a Fortran 95-capable compiler) and do a fresh cmake run in an empty directory to configure a PLplot build that includes the component that was missing before.&lt;/p&gt;
&lt;h2 id="general-options"&gt;General options&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;CMAKE_INSTALL_PREFIX:PATH&lt;/strong&gt;=/usr/local - install directory.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CMAKE_BUILD_TYPE:STRING&lt;/strong&gt;= - One of blank (None), Debug, Release, RelWithDebInfo, or MinSizeRel. This option provides overall control of the optimization and debug options used for the build depending on the compiler and platform.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BUILD_SHARED_LIBS:BOOL&lt;/strong&gt;=ON - build shared libraries (ON) or static libraries (OFF).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_DYNDRIVERS:BOOL&lt;/strong&gt;=ON - build device drivers as dynamically loaded plugins (ON) or as part of the PLplot core C library (OFF).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BUILD_TEST:BOOL&lt;/strong&gt;=OFF - builds examples in the build tree so that ctest can be run afterward to test that those examples work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BUILD_DOC:BOOL&lt;/strong&gt;=OFF - build documentation (Linux only).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PL_DOUBLE:BOOL&lt;/strong&gt;=ON - use 64-bit (ON) or 32-bit (OFF) floating-point precision.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;USE_RPATH:BOOL&lt;/strong&gt;=ON - use rpath (ON) or do not use rpath (OFF) when linking libraries and executables.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HAVE_QHULL:BOOL&lt;/strong&gt;=ON - internally build and use the csironn library for natural neighbours interpolation. This library depends externally on the qhull library.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WITH_CSA:BOOL&lt;/strong&gt;=ON - internally build and use the csirocsa library for bivariate cubic spline approximation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LIB_TAG:STRING&lt;/strong&gt;="" - suffix added to all libraries. Notice that 'd' is always appended to it if PL_DOUBLE is ON.&lt;/p&gt;
&lt;h2 id="bindings-options"&gt;Bindings options&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;DEFAULT_NO_BINDINGS:BOOL&lt;/strong&gt;=OFF - if this option is turned ON, all language bindings are turned OFF by default.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_cxx:BOOL&lt;/strong&gt;=ON - C++ bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_f77:BOOL&lt;/strong&gt;=ON - Fortran 77 bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_f95:BOOL&lt;/strong&gt;=ON - Fortran 95 bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_python:BOOL&lt;/strong&gt;=ON - Python bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_java:BOOL&lt;/strong&gt;=ON - Java bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_tcl:BOOL&lt;/strong&gt;=ON - Tcl bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_itcl:BOOL&lt;/strong&gt;=ON - iTcl object-oriented extension of the Tcl bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_tk:BOOL&lt;/strong&gt;=ON - Tk (graphical extension of Tcl) bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_itk:BOOL&lt;/strong&gt;=ON - iTk object-oriented extension of the Tk bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_ada:BOOL&lt;/strong&gt;=ON - Ada 95 and Ada 2005 bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_pdl:BOOL&lt;/strong&gt;=ON - include PDL (Perl Data Language) examples to be used with PDL PLplot bindings that are developed as part of the external PDL project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_d:BOOL&lt;/strong&gt;=ON - Experimental &lt;a class="" href="http://www.digitalmars.com/d/index.html" rel="nofollow"&gt;D&lt;/a&gt; bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_ocaml:BOOL&lt;/strong&gt;=ON - &lt;a class="" href="http://caml.inria.fr" rel="nofollow"&gt;OCaml&lt;/a&gt; bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_qt:BOOL&lt;/strong&gt;=ON - &lt;a class="" href="http://qt.nokia.com/products" rel="nofollow"&gt;Qt&lt;/a&gt; bindings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ENABLE_wxwidgets:BOOL&lt;/strong&gt;=ON - &lt;a class="" href="http://www.wxwidgets.org" rel="nofollow"&gt;wxWidgets&lt;/a&gt; bindings.&lt;/p&gt;
&lt;h2 id="device-options"&gt;Device options&lt;/h2&gt;
&lt;h3 id="general-device-options"&gt;General device options&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;DEFAULT_ALL_DEVICES:BOOL&lt;/strong&gt;=OFF - if this option is turned ON, all devices default to ON.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DEFAULT_NO_DEVICES:BOOL&lt;/strong&gt;=OFF - if this option is turned ON, all devices default to OFF.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DEFAULT_NO_CAIRO_DEVICES:BOOL&lt;/strong&gt;=OFF - if this option is turned ON, all cairo devices default to OFF.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DEFAULT_NO_QT_DEVICES:BOOL&lt;/strong&gt;=OFF - if this option is turned ON, all qt devices default to OFF.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WITH_FREETYPE:BOOL&lt;/strong&gt;=ON - access TrueType fonts with direct calls to libfreetype for certain device drivers that use this method of accessing TrueType fonts.&lt;/p&gt;
&lt;p&gt;N.B. All PLD_* options below which default to OFF correspond to deprecated/unmaintained devices.&lt;/p&gt;
&lt;h3 id="libpangolibcairo-related-devices"&gt;libpango/libcairo-related devices&lt;/h3&gt;
&lt;p&gt;These devices use various cairo backends. The ones that are turned ON by default generally give beautiful results with properly hinted unicode fonts even for CTL (complex text layout) languages.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pscairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pdfcairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pngcairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_xcairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_svgcairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_extcairo&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_memcairo&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;h3 id="qt4-related-devices"&gt;Qt4-related devices&lt;/h3&gt;
&lt;p&gt;These devices depend on the Qt4 libraries and generally give beautiful results with properly hinted unicode fonts even for CTL (complex text layout) languages.&lt;/p&gt;
&lt;h4 id="qt4-interactive-device"&gt;Qt4 interactive device&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PLD_qtwidget&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h4 id="qt4-bitmapped-devices"&gt;Qt4 bitmapped devices&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PLD_bmpqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_jpgqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pngqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_ppmqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tiffqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h4 id="qt4-postscript-and-pdf-devices"&gt;Qt4 PostScript and PDF devices&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PLD_epsqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pdfqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h4 id="qt4-scalable-vector-graphics-svg-device"&gt;Qt4 Scalable Vector Graphics (SVG) device&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PLD_svgqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h4 id="qt4-external-device-used-for-qt-gui-applications"&gt;Qt4 external "device" (used for Qt GUI applications)&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PLD_extqt&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h3 id="libgd-related-devices"&gt;libgd-related devices&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;PLD_png:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_jpeg:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_gif:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h3 id="hewlett-packard-printer-devices"&gt;Hewlett-Packard printer devices&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;PLD_hp7470:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_hp7580:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_lj_hpgl:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;h3 id="textronix-and-textronix-emulator-devices"&gt;Textronix and Textronix emulator devices&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;PLD_xterm:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tek4010:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tek4010f:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tek4107:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tek4107f:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_mskermit:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_versaterm:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_vlt:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_conex:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;h3 id="other-devices"&gt;Other devices&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;PLD_aqt:BOOL&lt;/strong&gt;=ON - Mac OS X platform only.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_cgm:BOOL&lt;/strong&gt;=ON - note this device depends on the NIST public-domain cd library which we build internally (as libnistcd) if this option is ON.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_dg300:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_gcw:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_imp:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_linuxvga:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_ljii:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_ljiip:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_mem:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_ntk:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_null:BOOL&lt;/strong&gt;=ON - a working device that creates no (!) interactive or file output.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pbm:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pdf:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_plmeta:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_ps:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_pstex:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_psttf:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_svg:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tk:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_tkwin:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_wingcc:BOOL&lt;/strong&gt;=ON - windows platform only.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_wxpng:BOOL&lt;/strong&gt;=OFF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_wxwidgets:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_xfig:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLD_xwin:BOOL&lt;/strong&gt;=ON&lt;/p&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Wed, 01 Oct 2014 22:36:29 -0000</pubDate><guid>https://sourceforge.net1a88bece4649c307c679ce8f2e8e1bfa46b35bfe</guid></item></channel></rss>