Difference between revisions of "Main Page"
From PLplotWiki
(→Compilation of the PLplot library) |
m (spelling, automake==> autotools, c++ ==> cxx as a temporary measure) |
||
Line 1: | Line 1: | ||
− | This is the ( | + | This is the (un-)official Wiki for [http://plplot.sf.net PLplot]. It should provide additional information to complement the PLplot [http://plplot.sourceforge.net/docbook-manual/ documentation]. |
== Compilation of the PLplot library == | == Compilation of the PLplot library == | ||
− | On Unix you can use the | + | On Unix you can use the Autotools Build System (ABS) or the newer CMake Build System (CBS) to configure the plplot compilation. For Windows only the CBS is available. |
− | [http://www.cmake.org/HTML/Download.html Download] the | + | [http://www.cmake.org/HTML/Download.html Download] the appropriate package of CMake for your system ([http://www.cmake.org Website]) - at least version 2.4.3 - and untar it. |
=== CMake Build Sytem on Unix === | === CMake Build Sytem on Unix === | ||
Line 13: | Line 13: | ||
[http://www.cmake.org/HTML/Download.html Download] the zip package (or installer) of CMake ([http://www.cmake.org Website]) - at least version 2.4.3 - and install it. | [http://www.cmake.org/HTML/Download.html Download] the zip package (or installer) of CMake ([http://www.cmake.org Website]) - at least version 2.4.3 - and install it. | ||
− | * [[Configure PLplot for Visual | + | * [[Configure PLplot for Visual CXX]] |
* [[Configure PLplot for MinGW/CLI]] | * [[Configure PLplot for MinGW/CLI]] | ||
* [[Configure PLplot for cygwin]] | * [[Configure PLplot for cygwin]] | ||
− | * [[Configure PLplot for Borland | + | * [[Configure PLplot for Borland CXX 5.5 (free command line tools)]] |
== Edit Wiki pages == | == Edit Wiki pages == |
Revision as of 13:28, 31 August 2006
This is the (un-)official Wiki for PLplot. It should provide additional information to complement the PLplot documentation.
Contents
Compilation of the PLplot library
On Unix you can use the Autotools Build System (ABS) or the newer CMake Build System (CBS) to configure the plplot compilation. For Windows only the CBS is available.
Download the appropriate package of CMake for your system (Website) - at least version 2.4.3 - and untar it.
CMake Build Sytem on Unix
CMake Build Sytem on Windows
Download the zip package (or installer) of CMake (Website) - at least version 2.4.3 - and install it.
- Configure PLplot for Visual CXX
- Configure PLplot for MinGW/CLI
- Configure PLplot for cygwin
- Configure PLplot for Borland CXX 5.5 (free command line tools)
Edit Wiki pages
Consult the User's Guide for information on using the wiki software. More information can be found here: