(no commit message)
[libt2n] / example-codegen / README
CommitLineData
528c5faa
JT
1Example how to use the code generator libt2n-codegen.
2This example may be build during the build of libt2n or it may be build seperately using a
3installed version of libt2n.
4
5To build it seperately using a installed version of libt2n:
6autoreconf -i && ./configure && make && make distcheck
7
8if it does not work try something like:
9tar xzvf libt2n-0.1.tar.gz
10mv libt2n-0.1/example-codegen .
11cd example-codegen
12# get configure script created and missing autotools stuff
13aclocal && automake -a && autoreconf -i
14./configure && make && make distcheck