[Lognorm] getting started document
david at lang.hm
david at lang.hm
Mon Jan 17 22:33:00 CET 2011
the format of the rulebase files seems pretty straightforward, but where
can I find the list of what datatypes are supported?
also, where can I find an example of how to compile the rulebase, and an
example program that uses the rulebase?
David Lang
On Mon, 17 Jan 2011, david at lang.hm wrote:
> 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