[BACK]Return to INSTALL.rpm CVS log [TXT][DIR] Up to [Development] / fam

File: [Development] / fam / INSTALL.rpm (download)

Revision 1.1.1.1 (vendor branch), Thu Apr 24 19:08:26 2003 UTC (14 years, 5 months ago) by trev
Branch: sgi-fam, MAIN
CVS Tags: fam-2-6-10, HEAD
Changes since 1.1: +0 -0 lines

Initial FAM CVS repository build..

-- Trev


BUILDING & INSTALLING FAM USING RPM

If you prefer to use RPM to keep track of installed files on your system,
you should be able to easily generate an RPM package in the fam tree:

    ./configure
    make rpm
    rpm -ivh build/rpm/...rpm-name...

See the INSTALL file for instructions on starting fam after you've installed
it, as the RPM package doesn't handle that yet.

If you would like to build an RPM for an architecture other than i386, edit
the "BuildArchitectures" lines in build/rpm/rpm.spec and build/rpm/Makefile.

If you want to pass special flags to the compiler during the build, either
add --with-CFLAGS="whatever" to the line which runs the configure script in
build/rpm/fam.spec, or set the CFLAGS and CXXFLAGS environment variables.
(See the normal INSTALL file for notes on why you might want to do this.)