Prerequisites: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "==Prerequisites== *Python is required for generation of the source tree and the wrapping code [http://www.python.org]. *The Catalyst build process requires [http://www.cmake.org...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
*Python is required for generation of the source tree and the wrapping code [http://www.python.org]. | *Python is required for generation of the source tree and the wrapping code [http://www.python.org]. | ||
*The Catalyst build process requires [http://www.cmake.org CMake] version 2.8.8 or higher, a working compiler and make. | *The Catalyst build process requires [http://www.cmake.org CMake] version 2.8.8 or higher, a working compiler and make. | ||
*MPI [http://www-unix.mcs.anl.gov/mpi/], [http://www.lam-mpi.org/] is also required. | *MPI [http://www-unix.mcs.anl.gov/mpi/], [http://www.lam-mpi.org/] is also required. | ||
*If the source tree is to be generated manually then a clone of the ParaView git repository is needed. See [http://paraview.org/Wiki/index.php?title=ParaView:Build_And_Install&action=submit#Checkout_Development_Version_from_git Checkout Development Version from git] on the ParaView Wiki. | *If the source tree is to be generated manually then a clone of the ParaView git repository is needed. See [http://paraview.org/Wiki/index.php?title=ParaView:Build_And_Install&action=submit#Checkout_Development_Version_from_git Checkout Development Version from git] on the ParaView Wiki. |
Latest revision as of 18:39, 8 November 2012
- Python is required for generation of the source tree and the wrapping code [1].
- The Catalyst build process requires CMake version 2.8.8 or higher, a working compiler and make.
- MPI [2], [3] is also required.
- If the source tree is to be generated manually then a clone of the ParaView git repository is needed. See Checkout Development Version from git on the ParaView Wiki.