X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/6e77e91bbb048a0ee1a072715c0ce808c169ab38..8cb6370effd9f2dacc6dc9b662a43ea19ee637ac:/README diff --git a/README b/README index b0637d8..454ed59 100644 --- a/README +++ b/README @@ -30,6 +30,16 @@ How to write .gob files? 2) if you can't find what you need, read src/test.gob and src/lexer.l and src/parse.y (in other words: RTFS) +How to include gob inside your project: + + Put the gob distribution into a subdirectory in your main + project directory. Use the AC_CONFIG_SUBDIRS to include that + directory in your configure run. And finally add a file called + NOINST_GOB into your toplevel project directory (this can be done + inside your configure script in fact) so that gob doesn't install + itself. Then just use the made gob binary as you would other + preprocessors. + TODO: - clean up code - make it behave nice