]> git.draconx.ca Git - gob-dx.git/blobdiff - README
Release 0.0.4
[gob-dx.git] / README
diff --git a/README b/README
index 3c3d0027188a022343831ef7ee54b04ddbf092c8..b0637d89d0542d1eee0d4136aefd7ae30110edcf 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,8 @@
 GTK+ Object Builder (GOB)
 
-Very early prototype. An extremely poor attempt at making a lex or yacc like
-preprocessor for making GTK+ objects, while keeping he language in a sort of
-java like style, and keeping the implementation extremely simple and without
-having to parse any real C code.
+Very simple preprocessor for making GTK+ objects with inline C code so that
+generatedfiles are not editted.  Syntax is inspired by java and yacc or lex.
+The implementation is intentionaly kept simple, and no C code parsing is done.
 
 Reasons:
        - C is a perfect (well mostly) language, no need for another language
@@ -13,11 +12,11 @@ Reasons:
          definition.
 
 To build:
-       run make
+       (the usual drill :)
+       run "./configure;make"
 
 To install:
-       edit the makefile to edit the destination directory and run
-       "make install" as root (or just put src/gob somewhere nice)
+       run "make install" as root
 
 To use:
        run gob with the .gob file on the command line
@@ -27,8 +26,7 @@ What's generated:
        separated by a hyphen (not neccessairly the .gob file prefix)
 
 How to write .gob files?
-       1) read doc/USER_GUIDE for some documenation on how to use
-          GOB
+       1) read "man gob" for some documenation on how to use GOB
        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)
 
@@ -36,7 +34,6 @@ TODO:
        - clean up code
        - make it behave nice
        - add warnings all over the place
-       - add autoconf/automake setup
        - get a life
 
 George <jirka@5z.com>