
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.miscdebris.net/plplot_wiki/index.php?action=history&amp;feed=atom&amp;title=Install_Octave</id>
		<title>Install Octave - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.miscdebris.net/plplot_wiki/index.php?action=history&amp;feed=atom&amp;title=Install_Octave"/>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Install_Octave&amp;action=history"/>
		<updated>2026-05-03T21:20:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>http://www.miscdebris.net/plplot_wiki/index.php?title=Install_Octave&amp;diff=2312&amp;oldid=prev</id>
		<title>Airwin: Initial page</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Install_Octave&amp;diff=2312&amp;oldid=prev"/>
				<updated>2010-12-21T08:50:46Z</updated>
		
		<summary type="html">&lt;p&gt;Initial page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Plplot supports bindings and test examples.  To include this powerful component of PLplot for Windows you must download and install Octave for Windows.&lt;br /&gt;
&lt;br /&gt;
Download the Windows Octave installer from http://prdownloads.sourceforge.net/octave/Octave_Windows%20-%20MinGW/Octave%203.2.4%20for%20Windows%20MinGW32%20Installer/Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe&lt;br /&gt;
&lt;br /&gt;
Run that executable (under wine that is done with the &amp;quot;wine Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe command), and choose all defaults except the install prefix which should refer to a unique location so that octave can easily be removed later without interfering with anything else.  In my case I chose to use Z:\home\wine\newstart\octave\Octave\3.2.4_gcc-4.4.0.  In other words, I replaced the C: in the default prefix by Z:\home\wine\newstart\octave, but you are free to use anything you like.  Let&amp;#039;s call that install prefix OCTAVE_PREFIX (e.g., OCTAVE_PREFIX=Z:\home\wine\newstart\octave\Octave\3.2.4_gcc-4.4.0 in my case).  Then to help cmake locate octave on your Windows machine you have to set the following environment variables:&lt;br /&gt;
* PATH=$PATH:$OCTAVE_PREFIX/bin (Location of octave.exe and liboctave.dll.)&lt;br /&gt;
* CMAKE_INCLUDE_PATH=$OCTAVE_PREFIX/include/octave-3.2.4/octave:$CMAKE_INCLUDE_PATH (Location of octave.h.)&lt;br /&gt;
* CMAKE_LIBRARY_PATH=$OCTAVE_PREFIX/lib/octave-3.2.4:$CMAKE_LIBRARY_PATH (Location of liboctave.dll.a)&lt;br /&gt;
&lt;br /&gt;
(PATH is always predefined, but in case CMAKE_INCLUDE_PATH is not predefined, then drop the trailing &amp;quot;:$CMAKE_INCLUDE_PATH&amp;quot; in that definition, and in case CMAKE_LIBRARY_PATH is not defined drop the trailing &amp;quot;:$CMAKE_LIBRARY_PATH&amp;quot; in that definition.)&lt;/div&gt;</summary>
		<author><name>Airwin</name></author>	</entry>

	</feed>