IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:IppUpgrade

Version 3 (modified by dravg.uk.edinburgh, 17 years ago) ( diff )

--

Up: IPP at the ROE

Upgrading IPP

Since IPP is in development, the source tree changes daily.

Before submitting a bug report, upgrade IPP.

Recall you've set $SRCDIR to something like /home/ert/local/src/ipp.

  • Ensure the environment is set properly
    • psconfig default
  • Go to the source directory main trunk
    • cd $SRCDIR/trunk
  • Get the updates with svn. This is where subversion really shines. No need to know where you got the source from. It remembers.
    • svn update
  • cd psconfig
  • Check that we have all the perl libraries necessary
    • ./pscheckperl
    • If any are missing,
      • ./pscheckperl -build
  • Rebuild the source code
    • ./psbuild -dev -extbuild -optimize > & Update.log
    • Check Update.log. It should end with ** psbuild: finished **
Note: See TracWiki for help on using the wiki.