SCIJump:Fast Install
From SCIJump
Build (build.sh) usage:
Usage: build.sh [OPTION...] SCIRun-Thirdparty-path Help options --help, -h Show this help message. Build options --debug, -d Build SCIJump in debug mode. --no-gui Build SCIJump without a gui. --mpi[=DIR] Build SCIJump with MPI (optional path). This script will configure and build SCIJump based on the options provided to this script. See this page for more configuration options. This script will attempt to detect Babel libraries on your system. If not found, version 1.0.2 will be downloaded and built. This script will also attempt to detect wxWidgets 2.6.x on your system if configuring with a GUI. If not found and if configuring with a GUI, version 2.6.3 will be downloaded and built. To build SCIJump with parallel component support, use the --mpi option. If an MPI implementation is not installed in standard system directories, provide the path. LAM-MPI and MPICH are supported. SCIRun Thirdparty libraries (required) are available for download from the SCI website (http://www.sci.utah.edu).
See this page for a detailed list of SCIJump dependencies.
