IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of IppUpgrade


Ignore:
Timestamp:
Nov 17, 2009, 11:04:28 AM (17 years ago)
Author:
dravg.uk.edinburgh
Comment:

First version

Legend:

Unmodified
Added
Removed
Modified
  • IppUpgrade

    v1 v1  
     1Up: [wiki:IPPatTheROE IPP at the ROE]
     2
     3= Upgrading IPP =
     4
     5Since IPP is in development, the source tree changes daily.
     6
     7Before submitting a bug report, upgrade IPP.
     8
     9Recall 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