]> git.draconx.ca Git - gob-dx.git/blobdiff - README
Release 0.90.3
[gob-dx.git] / README
diff --git a/README b/README
index b0637d89d0542d1eee0d4136aefd7ae30110edcf..454ed5903ce7189ecb9b9484b85ac46736e91964 100644 (file)
--- 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