Up: [wiki:IPPatTheROE 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 **`