Version 1 (modified by norris, 14 years ago) (diff) |
---|
Obtaining and Installing the TOPS Components
Download the latest stable version
Coming soon.
Check out the development version
You can obtain the development version directly from the repository with
svn co https://svn.mcs.anl.gov/repos/cca/tops
Configure, build, and install
In the directory where you unpacked or checked out tops, do the following:
bocca config --update ./configure --prefix=/install/path --with-ccafe-config=/path/to/bin/ccafe-config make make install
This will install the TOPS interfaces and components in the path you specified in the --prefix configure option.
If you wish to use bocca with this project, make sure that a recent version bocca executable is in your path.