In general, the installation consists of running the following two steps:
python setup.py config python setup.py installThis works on Linux, Unix, Mac OS X, Cygwin, and Windows (for the latter two, see below). Some Python versions older than 2.3 contain bugs in the distutils package, and may therefore need a different installation procedure:
cd src; make clean; make config; cd .. python setup.py installinstead.
Alternatively, use the script provided:
./install (for installation in a private directory) ./llnl_install (for installation in a public LLNL directory)