
<?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=Jpb286</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=Jpb286"/>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Special:Contributions/Jpb286"/>
		<updated>2026-05-03T19:25:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>http://www.miscdebris.net/plplot_wiki/index.php?title=Using_PLplot&amp;diff=2098</id>
		<title>Using PLplot</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Using_PLplot&amp;diff=2098"/>
				<updated>2009-01-28T23:36:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jpb286: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The next step after you have successfully managed to configure and build the PLplot library is to build your own program using PLplot. Basically one has to tell the compiler where to find the include files and the library. This depends on the programming language you use and the platform you are working one. It&amp;#039;s always a good idea to have a look in the &amp;lt;tt&amp;gt;Makefiles&amp;lt;/tt&amp;gt; which on Linux are based in &amp;lt;tt&amp;gt;/usr/local/share/plplot/examples/language&amp;lt;/tt&amp;gt; if you installed PLplot in the standard location.&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
=== C/C++ ===&lt;br /&gt;
If the &amp;lt;tt&amp;gt;pkg-config&amp;lt;/tt&amp;gt; is available and CMake found it during the configuration stage than programs might be compiled for C via:&lt;br /&gt;
 gcc `pkg-config --cflags --libs plplotd` prog.c -o prog&lt;br /&gt;
For C++:&lt;br /&gt;
 g++ `pkg-config --cflags --libs plplotd-c++` prog.cpp -o prog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== C/C++ ===&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
=== C/C++ ===&lt;/div&gt;</summary>
		<author><name>Jpb286</name></author>	</entry>

	<entry>
		<id>http://www.miscdebris.net/plplot_wiki/index.php?title=Using_PLplot&amp;diff=2097</id>
		<title>Using PLplot</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Using_PLplot&amp;diff=2097"/>
				<updated>2009-01-28T23:35:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jpb286: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The next step after you have successfully managed to configure and build the PLplot library is to build your own program using PLplot. Basically one has to tell the compiler where to find the include files and the library. This depends on the programming language you use and the platform you are working one. It&amp;#039;s always a good idea to have a look in the &amp;lt;tt&amp;gt;Makefiles&amp;lt;/tt&amp;gt; which on Linux are based in &amp;lt;tt&amp;gt;/usr/local/share/plplot/examples/language&amp;lt;/tt&amp;gt; if you installed PLplot in the standard location.&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
=== C/C++ ===&lt;br /&gt;
If the &amp;lt;tt&amp;gt;pkg-config&amp;lt;/tt&amp;gt; is available and CMake found it during the configuration stage than programs might be compiled via&lt;br /&gt;
For C:&lt;br /&gt;
 gcc `pkg-config --cflags --libs plplotd` prog.c -o prog&lt;br /&gt;
For C++&lt;br /&gt;
 g++ `pkg-config --cflags --libs plplotd-c++` prog.cpp -o prog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== C/C++ ===&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
=== C/C++ ===&lt;/div&gt;</summary>
		<author><name>Jpb286</name></author>	</entry>

	</feed>