Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. check out the grits-cpp package from the CVS repository in the location of your choice (On the Linux systems this is just in the home directory of the glastrm account.  On Mountain Lion it is in /data/RM/tools.  For Windows the programs have to be build on a separate computer per the notes on the main page.)
  2. move to the grits-cpp/src directory
  3. run '<path to externals>/bin/qmake -recursive to generate the makefiles
  4. make
    1. Note: on Linux might first need to rerun qmake (regenerate Makefile(s)), then do make clean to get rid of objects built for another OS
    2. Note: on Linux if this OS is not going to be handling workflow, consider only building programs under the releaseManager directory. Simply cd one level further down to releaseManager, then issue make command
  5. make install (from same directory where you did the make)

...