
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.miscdebris.net/plplot_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=YgcYcj</id>
		<title>PLplotWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.miscdebris.net/plplot_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=YgcYcj"/>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Special:Contributions/YgcYcj"/>
		<updated>2026-04-30T05:13:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>http://www.miscdebris.net/plplot_wiki/index.php?title=Configure_PLplot_for_MinGW/CLI&amp;diff=1719</id>
		<title>Configure PLplot for MinGW/CLI</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Configure_PLplot_for_MinGW/CLI&amp;diff=1719"/>
				<updated>2007-07-04T15:05:49Z</updated>
		
		<summary type="html">&lt;p&gt;YgcYcj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need a working MinGW installation. Start the command line interface (NOT MSYS) and issue the following commands:&lt;br /&gt;
&lt;br /&gt;
 cd plplot&lt;br /&gt;
 mkdir buildmingw&lt;br /&gt;
 cd buildmingw&lt;br /&gt;
 cmake -G &amp;quot;MinGW Makefiles&amp;quot; -DCMAKE_INSTALL_PREFIX=install ..&lt;br /&gt;
 mingw32-make&lt;br /&gt;
 mingw32-make install&lt;br /&gt;
&lt;br /&gt;
This will build a shared plplot library and install all files into the directory &amp;lt;tt&amp;gt;plplot\buildmingw\install&amp;lt;/tt&amp;gt;. The following options are available for cmake:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;-DBUILD_SHARED_LIBS=OFF&amp;lt;/tt&amp;gt;: static build of plplot&lt;br /&gt;
* &amp;lt;tt&amp;gt;-DCMAKE_VERBOSE_MAKEFILE=ON&amp;lt;/tt&amp;gt;: makefiles provide verbose informations&lt;br /&gt;
* &amp;lt;tt&amp;gt;-DBUILD_TEST=ON&amp;lt;/tt&amp;gt;: all examples will be built also (for test purposes)&lt;br /&gt;
* [[Configuration of wxWidgets driver]]&lt;br /&gt;
&lt;br /&gt;
If you used the &amp;lt;tt&amp;gt;-DBUILD_TEST=ON&amp;lt;/tt&amp;gt; option, you need to copy some files in order to run the examples:&lt;br /&gt;
&lt;br /&gt;
 cd examples\c&lt;br /&gt;
 copy ..\..\..\data\*.fnt .&lt;br /&gt;
&lt;br /&gt;
and additionally some dlls for a shared plplot built:&lt;br /&gt;
&lt;br /&gt;
 copy ..\..\src\libplplotd.dll .&lt;br /&gt;
 copy &amp;quot;..\..\bindings\c  \libplplotcxxd.dll&amp;quot; . (for c   examples)&lt;br /&gt;
 copy ..\..\lib\csa\libcsirocsa.dll . (if library as built)&lt;br /&gt;
&lt;br /&gt;
and for the wxWidgets driver (if wxWidgets library is shared):&lt;br /&gt;
&lt;br /&gt;
 copy %WXWIN%\lib\gcc_dll\wxmsw26d_gcc_custom.dll .&lt;br /&gt;
&lt;br /&gt;
if this dll is not in the path.&lt;/div&gt;</summary>
		<author><name>YgcYcj</name></author>	</entry>

	</feed>