Changes between Version 6 and Version 7 of IppInstallation
- Timestamp:
- Mar 14, 2011, 4:10:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IppInstallation
v6 v7 71 71 5) Re-source your environment. Best to log out and log back in to your terminal window. 72 72 73 6) Get the extra perl packages (in the same directory as you were in step 4): 73 6) Get the source code: 74 75 * `cd $SRCDIR` 76 * `svn co !http://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk` 77 78 ''(got revision 25455/25940/25968)'' 79 80 7) Get the extra perl packages (in the same directory as you were in step 4): 74 81 75 82 * `cd $SRCDIR` 76 83 * `tar xzf /home/ert/ipp/extperl-ROE.tgz` 77 84 78 7) Build the extra perl packages:85 8) Build the extra perl packages: 79 86 80 87 * `cd $SRCDIR/extperl-ROE` 81 88 * `./INSTALL-all.csh` 82 89 83 8) Choose your installation directory and add it to ipp's rc file:90 9) Choose your installation directory and add it to ipp's rc file: 84 91 85 92 * `echo set PSCONFDIR = $HOME/local/ipp > ~/.psconfigrc` 86 93 * Note, the directory doesn't need to exist. A following step will do it. 87 94 88 9) Get the source code: 89 90 * `cd $SRCDIR` 91 * `svn co !http://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk` 92 93 ''(got revision 25455/25940/25968)'' 94 95 10) Configure 95 10) Configure the IPP source 96 96 97 97 * `cd $SRCDIR/trunk/psconfig` (or `ipp/psconfig`, depending on from where you got IPP)
