IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2021, 11:05:05 AM (5 years ago)
Author:
eugene
Message:

adding example psbuild lines for Gentoo and Ubuntu to README & INSTALL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/README

    r17407 r41706  
    44'ipp/psconfig/INSTALL'.
    55
    6 The directory 'ipp/psconfig' contains tools for building the IPP, for
    7 testing the build environment, for building external C libraries and
    8 Perl modules, for setting up the user's environment, and for building
    9 a tarball to be distributed to the end users.
    106
    11 Developer Build vs User Build
     7*** SUMMARY ***
    128
    13 Within the IPP code base, there are a few modules which are not
    14 distributed as part of the tarball.  These include 'glueforge', which
    15 is used to generate code for interacting with the database;
    16 'dbconfig', which defines a database layout; and 'ippdb.src', which is
    17 the raw auto-generated code.  The tarball is instead packaged with a
    18 version of ippdb for which autogen has been run, and for which there
    19 is a valid 'configure' script.  As a developer, it is necessary to
    20 build these packages.  There is a '-dev' option for psbuild which
    21 builds these packages.
     9For Ubuntu:
     10
     11  psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp-3.3
     12
     13For Gentoo:
     14
     15  psbuild -extbuild -clean -rebuild -dev -optimize ipp-3.1
     16
Note: See TracChangeset for help on using the changeset viewer.