Annotation of rpm2html/INSTALL, revision 1.1

1.1     ! veillard    1: 
        !             2:             INSTALLING rpm2html
        !             3: 
        !             4: Should hopefully be as simple as:
        !             5: 
        !             6:     ./configure
        !             7:     make
        !             8:     su
        !             9:     make install
        !            10:     
        !            11: edit /usr/local/share/rpm2html.config
        !            12: create the directory to hold the HTML output
        !            13: 
        !            14:     make test
        !            15: 
        !            16: To verify that the configuration is Ok,
        !            17: And you are ready to install it in your crontab
        !            18:   
        !            19: NOTE : 
        !            20: - autoconf take /usr/local as the standard prefix,
        !            21:   it is possible to override the installation to some
        !            22:   place elsewhere.
        !            23: - while in use, rpm2html need only 2 files in the
        !            24:   system : the binary and the config(s) file passed as
        !            25:   argument(s).
        !            26: - No special permission are needed it just need write
        !            27:   access to the output directory and be able to read
        !            28:   the RPM directories and files.
        !            29: 
        !            30:  Daniel.Veillard@w3.org
        !            31: 
        !            32: $Id$

Webmaster