Example how to use the code generator libt2n-codegen. This example may be build during the build of libt2n or it may be build seperately using a installed version of libt2n. To build it seperately using a installed version of libt2n: autoreconf -i && ./configure && make && make distcheck if it does not work try something like: tar xzvf libt2n-0.1.tar.gz mv libt2n-0.1/example-codegen . cd example-codegen # get configure script created and missing autotools stuff aclocal && automake -a && autoreconf -i ./configure && make && make distcheck