X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FREADME;fp=example-codegen%2FREADME;h=0000000000000000000000000000000000000000;hp=ca3ab46a7eaccd43acf6e8448b0b0ff31f19a0e6;hb=f4dfa6457b4b4f0f37b4aa55384c03ebd530385f;hpb=d0a97d0bbe03472214e379b7a4ace2bdcecfc212 diff --git a/example-codegen/README b/example-codegen/README deleted file mode 100644 index ca3ab46..0000000 --- a/example-codegen/README +++ /dev/null @@ -1,18 +0,0 @@ -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 && ./configure && make && make distcheck - -if it does not work you may have to move the example-codegen out of the libt2n directory and -pass some options to autoreconf -I use 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 helper files installed -# if you installed libt2n in some non-standard directory you might have to pass -# -M pathtolibt2n.m4 -autoreconf -f -i -./configure && make && make distcheck