view README @ 170:0e1e048716e4

fix bug where we failed to pickup the last extended attribute. patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2009 14:34:26 -0700
parents 7d5c637aaafb
children 265c7a65b75b
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 >/dev/null
    (cd xml; make; make distclean)
    make distcheck