view README @ 181:3b04745ff76d

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Fri, 10 Apr 2009 13:10:14 -0700
parents 265c7a65b75b
children b65e8d0a088a
line wrap: on
line source

Starting with an unpacked tarball, try this:

    ./configure
    make
    su
    make install


Starting with a mercurial working directory, try this:

    make -f *cvs
    ./configure
    (cd xml; make; make distclean)
    make distcheck