forked from cms-sw/pkgtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
The PKGTOOLS package contains the scripts needed for handling the
packaging of software packages built and distributed as part of the cms
software/computing. The spec files describing how to build any given
package are in a separate package called CMSDIST.
SETTING UP A WORKING BUILD ENVIRONMENT
======================================
While cmsBuild tries to be as self consistent as possible a few external
dependencies are required to create the initial bootstrap kit.
In particular, on platforms which do not provide rpm (e.g. macosx) you need to
build an initial rpm to build a bootstrap kit. This can be done by using the
`build_rpm.sh` script, e.g.:
PKGTOOLS/build_rpm.sh --prefix /usr/local
DOCUMENTATION
=============
Documentation is found in the docs directory, in the form of a bunch of
markdown formatted text files. For an HTML version, simply open the
`PKGTOOLS/docs/index.html` file. Deployment of web pages on the server can be
done by simply copying the docs directory in some web area.
LICENSE
=======
This software is provided under FERMILAB variation of the BSD license. For the
full disclaimer see docs/license.txt