| | 1 | Up: [wiki:IPPatTheROE IPP at the ROE] |
| | 2 | |
| | 3 | = Upgrading IPP = |
| | 4 | |
| | 5 | Since IPP is in development, the source tree changes daily. |
| | 6 | |
| | 7 | Before submitting a bug report, upgrade IPP. |
| | 8 | |
| | 9 | Recall you've set `$SRCDIR` to something like `/home/ert/local/src/ipp`. |
| | 10 | |
| | 11 | * Ensure the environment is set properly |
| | 12 | * `psconfig default` |
| | 13 | * Go to the source directory main trunk |
| | 14 | * `cd $SRCDIR/trunk` |
| | 15 | * Get the updates with `svn`. This is where subversion really shines. No need to know where you got the source from. It remembers. |
| | 16 | * `svn update` |
| | 17 | *`cd psconfig` |
| | 18 | * Check that we have all the perl libraries necessary |
| | 19 | * `./pscheckperl` |
| | 20 | * If any are missing, |
| | 21 | * `./pscheckperl -build` |
| | 22 | * Rebuild the source code |
| | 23 | * ./psbuild -dev -extbuild -optimize > & Update.log |
| | 24 | * Check Update.log. It should end with `= psbuild: finished =` |
| | 25 | |
| | 26 | |
| | 27 | |