
<?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=Ll3Jz4</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=Ll3Jz4"/>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Special:Contributions/Ll3Jz4"/>
		<updated>2026-05-04T01:04:35Z</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_Visual_CXX_CLI&amp;diff=1727</id>
		<title>Configure PLplot for Visual CXX CLI</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Configure_PLplot_for_Visual_CXX_CLI&amp;diff=1727"/>
				<updated>2007-07-14T11:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;Ll3Jz4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need a working Visual C   installation. Start the command line interface and issue the following commands:&lt;br /&gt;
&lt;br /&gt;
 cd plplot&lt;br /&gt;
 mkdir buildnmake&lt;br /&gt;
 cd buildnmake&lt;br /&gt;
 cmake -G &amp;quot;NMake Makefiles&amp;quot; -DCMAKE_INSTALL_PREFIX=install ..&lt;br /&gt;
 nmake&lt;br /&gt;
 nmake 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\buildnmake\install&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Alternatively you can use the GUI version of CMake, an easy-to-use user-interface that presents the available build options&lt;br /&gt;
and lets you set them. It is mostly a matter of taste, but:&lt;br /&gt;
* The GUI version provides an overview of the build opions that are available&lt;br /&gt;
* The command-line version is particularly useful if you are experimenting with these options, as it can be run from a batchfile&lt;br /&gt;
&lt;br /&gt;
Some of the options that 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\plplotd.dll .&lt;br /&gt;
 copy &amp;quot;..\..\bindings\c  \plplotcxxd.dll&amp;quot; . (for c   examples)&lt;br /&gt;
 copy ..\..\lib\csa\csirocsa.dll . (if library was 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_vc_custom.dll .&lt;br /&gt;
&lt;br /&gt;
if this dll is not in the path.&lt;/div&gt;</summary>
		<author><name>Ll3Jz4</name></author>	</entry>

	</feed>