[Lognorm] getting started document
david at lang.hm
david at lang.hm
Mon Jan 17 22:22:44 CET 2011
documentation of how to get started is not easy to find (if it exists yet)
I found how to download via git
git clone git://git.adiscon.com/git/liblognorm liblognorm
and then did autoreconf -fvi followed by ./configure but configure died
because it needs libestr
this seems to be available via git
git clone git://git.adiscon.com/git/libestr libestr
then did autoreconf -fvi followed by ./configure ; make ; make install
I then found that libee is needed
git clone git://git.adiscon.com/git/libee libee
autoreconf -fvi; ./configure ; make ; make install
this finally let the ./configure; make ; make install work for liblognorm
now to hunt for how to use it ;-)
David Lang
More information about the Lognorm
mailing list