IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29555


Ignore:
Timestamp:
Oct 25, 2010, 3:39:02 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

Location:
trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/dbconfig

  • trunk/ippScripts

  • trunk/ippTasks

  • trunk/psconfig/INSTALL

    r26281 r29555  
    66With the psconfig tools, it is easy to switch between different
    77installed versions or to recompile subsets of the IPP tree.
    8 
    9 0. Choose a target installation directory.
    10 
    11 Choose a location to store the installed software and configuration
    12 files.  The psconfig system places the installed binary files by
    13 default in directories below ~/psconfig.  There will be one directory
    14 for each version of the installation for a given hardware
    15 architecture.  To use a different location, place the following line
    16 in ~/.psconfigrc (otherwise, this is not needed):
    17 
    18 set PSCONFDIR = INSTALL_PATH
    19 
    20 where INSTALL_PATH is the top-level directory for all binary
    21 installations.
    228
    2391. Set up the psconfig system.
     
    7561installation directories.
    7662
     633. Building (full build in one pass)
     64
     65It should be possible to build the full IPP installation by issuing
     66the single command in this directory (ipp/psconfig):
     67
     68psbuild -extbuild
     69
     70If you have checked the IPP tree out of our svn repository, certain
     71steps are slightly modified.  In this case, it is necessary to add the
     72option '-dev'.  For additional information on using psbuild, see the
     73listing of options below (or type psbuild -help)
     74
     75psbuild -dev -extbuild
     76
    77773. Dependencies
    7878
     
    112112pscheckperl -build
    113113
    114 4. Building
     1144. Building (just IPP tools)
    115115
    116116To build the full IPP tree using the psconfig system, run 'psbuild' in
     
    123123option '-dev'.  For additional information on using psbuild, see the
    124124listing of options below (or type psbuild -help)
    125 
    126 It should be possible to build the full IPP installation by issuing
    127 the single command in this directory (ipp/psconfig):
    128 
    129 psbuild -extbuild
    130125
    1311265. Building Magic.
     
    180175pscheckperl -build : build and install external modules
    181176
     177----
     1780. Choose a target installation directory.
     179
     180> Choose a location to store the installed software and configuration
     181> files.  The psconfig system places the installed binary files by
     182> default in directories below ~/psconfig.  There will be one directory
     183> for each version of the installation for a given hardware
     184> architecture.  To use a different location, place the following line
     185> in ~/.psconfigrc (otherwise, this is not needed):
     186>
     187> set PSCONFDIR = INSTALL_PATH
     188>
     189> where INSTALL_PATH is the top-level directory for all binary
     190> installations.
     191
     192** the steps above are probably not actually needed.  When is PSCONFDIR needed?
     193
  • trunk/psconfig/tagsets/ipp-2.9.dist

    r28486 r29555  
    8080  YYYYY  magic/censorObjects    ipp-2-9          -0
    8181  YYYYY  magic/remove           ipp-2-9          -0
     82  YYYYY  console                ipp-2-9          -0
    8283
    8384# there are externally required C libraries and perl modules (see INSTALL)
Note: See TracChangeset for help on using the changeset viewer.