Difference between revisions of "Main Page"
From PLplotWiki
m (spelling, automake==> autotools, c++ ==> cxx as a temporary measure) |
|||
Line 4: | Line 4: | ||
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. | 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 appropriate package of CMake for your system ([http://www.cmake.org Website]) - at least version 2.4.3 - and | + | [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 unpack it. |
− | === CMake Build | + | === CMake Build System on Unix === |
* [[Configure PLplot for gcc compiler (Linux)]] | * [[Configure PLplot for gcc compiler (Linux)]] | ||
* [[Configure PLplot for gcc compiler (Mac OSX)]] | * [[Configure PLplot for gcc compiler (Mac OSX)]] | ||
− | === CMake Build | + | === CMake Build System on Windows === |
− | + | ||
− | + | ||
* [[Configure PLplot for Visual CXX]] | * [[Configure PLplot for Visual CXX]] | ||
* [[Configure PLplot for MinGW/CLI]] | * [[Configure PLplot for MinGW/CLI]] |
Revision as of 13:35, 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 unpack it.
CMake Build System on Unix
CMake Build System on Windows
- 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: