Changeset 33791 for trunk/ippdor/doc
- Timestamp:
- Apr 17, 2012, 9:28:48 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippdor/doc/Full/link_ipp.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/doc/Full/link_ipp.tex
r32874 r33791 2 2 \label{chap-ipp} 3 3 4 TODO 4 \section{Changing the IPP} 5 \label{sec-changing-ipp} 6 7 \begin{enumerate} 8 \item Checkout the new tag from the SVN repository in the dedicated 9 \texttt{ipp} directory, e.g. (for the ipp-20120404 tag): 10 \begin{verbatim} 11 ippdor@ippc18 ~ $ cd ipp 12 ippdor@ippc18 ~/ipp $ svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-20120404 13 \end{verbatim} 14 \item Redefine (locally, that is, for the shell session where the IPP 15 will be compiled) the IPP version with the \texttt{psconfig} command, e.g.: 16 \begin{verbatim} 17 ippdor@ippc18 ~/ipp $ psconfig 20120404 18 \end{verbatim} 19 \item Compile and install the IPP as usual, e.g.: 20 \begin{verbatim} 21 ippdor@ippc18 ~/ipp $ cd ipp-20120404/psconfig 22 ippdor@ippc18 ~/ipp $ ./psbuild -dev -extbuild 23 \end{verbatim} 24 \item Have a cup of coffee 25 \item Change the symbolic links in the 26 \texttt{\$HOME/psconfig/20110920}\footnote{\texttt{20110920} is 27 related to the ippdor version and has nothing to do with the IPP 28 version} directory for \texttt{current} and 29 \texttt{current.lin64}, e.g.: 30 \begin{verbatim} 31 ippdor@ippc18 ~/ipp $ cd ~/psconfig/20110920 32 ippdor@ippc18 ~/ipp $ rm current current.lin64 33 ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current 34 ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current.lin64 35 \end{verbatim} 36 \item Test it on a small sample of data! (even if you can already 37 check if the correct version is used with, for instance, 38 \texttt{ppImage --version}) 39 \end{enumerate} 40
Note:
See TracChangeset
for help on using the changeset viewer.
