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

Annotation of fam/INSTALL.rpm, Revision 1.1

1.1     ! trev        1: BUILDING & INSTALLING FAM USING RPM
        !             2:
        !             3: If you prefer to use RPM to keep track of installed files on your system,
        !             4: you should be able to easily generate an RPM package in the fam tree:
        !             5:
        !             6:     ./configure
        !             7:     make rpm
        !             8:     rpm -ivh build/rpm/...rpm-name...
        !             9:
        !            10: See the INSTALL file for instructions on starting fam after you've installed
        !            11: it, as the RPM package doesn't handle that yet.
        !            12:
        !            13: If you would like to build an RPM for an architecture other than i386, edit
        !            14: the "BuildArchitectures" lines in build/rpm/rpm.spec and build/rpm/Makefile.
        !            15:
        !            16: If you want to pass special flags to the compiler during the build, either
        !            17: add --with-CFLAGS="whatever" to the line which runs the configure script in
        !            18: build/rpm/fam.spec, or set the CFLAGS and CXXFLAGS environment variables.
        !            19: (See the normal INSTALL file for notes on why you might want to do this.)
        !            20:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>