<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Configure_PLplot_for_MinGW_CLI</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/</link><description>Recent changes to Configure_PLplot_for_MinGW_CLI</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Nov 2018 22:13:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/feed" rel="self" type="application/rss+xml"/><item><title>Configure_PLplot_for_MinGW_CLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,3 +1,15 @@
+
+
 You need a working MinGW installation. Start the command line interface (NOT MSYS - see below) and issue the following commands:

 `cd plplot`
&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 22:13:49 -0000</pubDate><guid>https://sourceforge.net2da31835deb765f97578173a48eba6dba14d7a05</guid></item><item><title>Configure_PLplot_for_MinGW_CLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/</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:10:51 -0000</pubDate><guid>https://sourceforge.net163b224999d81784db758dfb1df4bcfef60652dc</guid></item><item><title>Configure_PLplot_for_MinGW_CLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/</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>Thu, 02 Oct 2014 06:06:17 -0000</pubDate><guid>https://sourceforge.net11562182d6c3881de78069b43a84375224f53f76</guid></item><item><title>Configure_PLplot_for_MinGW%2FCLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW%25252FCLI/</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>Thu, 02 Oct 2014 02:13:34 -0000</pubDate><guid>https://sourceforge.net1711c6f9f01e8d1d1ca7b0762e44cc057220cf74</guid></item><item><title>Configure_PLplot_for_MinGW%2FCLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW%25252FCLI/</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>Thu, 02 Oct 2014 02:12:27 -0000</pubDate><guid>https://sourceforge.neta010f331ab1111fa6c135faa88d2298c095c6fe5</guid></item><item><title>Configure_PLplot_for_MinGW%2FCLI modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW%25252FCLI/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You need a working MinGW installation. Start the command line interface (NOT MSYS - see below) and issue the following commands:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cd plplot&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;mkdir buildmingw&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;cd buildmingw&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=install ..&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;mingw32-make&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;mingw32-make install&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For a shared plplot build you need to have the dll directory in the build tree (i.e. the buildmingw\dll folder) in your system path. This will also enable you to run the build tree examples (see below) without having to copy all the dlls.&lt;/p&gt;
&lt;p&gt;This will build a shared plplot library and install all files into the directory &lt;tt&gt;plplot\buildmingw\install&lt;/tt&gt;. The following options are available for cmake:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;tt&gt;-DBUILD_SHARED_LIBS=OFF&lt;/tt&gt;: static build of plplot&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;-DCMAKE_VERBOSE_MAKEFILE=ON&lt;/tt&gt;: makefiles provide verbose informations&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;-DBUILD_TEST=ON&lt;/tt&gt;: all examples will be built also (for test purposes)&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/plplot/wiki/Configuration_of_wxWidgets_driver/" title="wikilink"&gt;Configuration of wxWidgets driver&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you used the &lt;tt&gt;-DBUILD_TEST=ON&lt;/tt&gt; option, you need to copy some files in order to run the examples:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cd examples\c&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;copy ..\..\..\data\*.fnt .&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and additionally some dlls for a shared plplot built:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;copy ..\..\src\libplplotd.dll .&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;copy "..\..\bindings\c++\libplplotcxxd.dll" . (for c++ examples)&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;copy ..\..\lib\csa\libcsirocsa.dll . (if library as built)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and for the wxWidgets driver (if wxWidgets library is shared):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;copy %WXWIN%\lib\gcc_dll\wxmsw26d_gcc_custom.dll .&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;if this dll is not in the path.&lt;/p&gt;
&lt;p&gt;Note on MSYS:&lt;/p&gt;
&lt;p&gt;The MSYS command window (rxvt) is somewhat awkward to use with an interactive program. It buffers the output, so that the question what device you want (as printed by plinit()) appears only after you have given an answer. The net effect is that the program appears to hang. It is easier to use an ordinary DOS-box.&lt;/p&gt;
&lt;p&gt;Note on Python:&lt;/p&gt;
&lt;p&gt;You need to either add the install tree directory plplot\lib\site-packages to your PYTHONPATH or copy the contents of that directory to your PythonX.Y\Lib\site-packages directory. You may also need to rename _plplotcmodule.dll to _plplotc.pyd, plplot_pyqt4.dll to plplot_pyqt4.pyd and plplot_widgetmodule.dll to plplot_widgetmodule.pyd&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>Thu, 02 Oct 2014 02:12:00 -0000</pubDate><guid>https://sourceforge.netc00e0a1a3ba5733f4e059f89f26def438ab816e3</guid></item></channel></rss>