X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FREADME;fp=example-codegen%2FREADME;h=08ce9d133a36b4f215baad9b1b2d82ecb69bd7d5;hp=0000000000000000000000000000000000000000;hb=528c5faa455bf7a92fe612346cc03b8032b17f7f;hpb=d37ba346490f74d11dbd2e676d6968b2cb46af8c diff --git a/example-codegen/README b/example-codegen/README new file mode 100644 index 0000000..08ce9d1 --- /dev/null +++ b/example-codegen/README @@ -0,0 +1,14 @@ +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