aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:30:21 +0300
committerPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:30:21 +0300
commit2116a4584ee6042ac6b431d02cf45a17238ae562 (patch)
treeda485c2421e911584f2d2ce4330b83ef85234c5f /README
parentMake AC_PREREQ the first thing in configure.ac (diff)
downloadlibbash-2116a4584ee6042ac6b431d02cf45a17238ae562.tar.gz
libbash-2116a4584ee6042ac6b431d02cf45a17238ae562.tar.bz2
libbash-2116a4584ee6042ac6b431d02cf45a17238ae562.zip
autogen.sh simplification and documentation
Update README for autogen.sh and slonopotamus pointed out that autogen.sh could be simply just autoreconf -i.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 9beba9a..1eeb7be 100644
--- a/README
+++ b/README
@@ -28,8 +28,13 @@ coding_standard/: LaTeX coding standard for the project
docs/: output folder for Doxygen generated documentation
Build Instructions:
-To generate the configure script, run autoreconf from this directory
-Run automake --add-missing to generate missing required files for autotools
+
+./autogen.sh
+
+This will run ./configure for you so you are ready to build the thing.
+Now you can run make check to build the library and run tests. Other
+available targets:
+
To build ANTLR C runtime libraries from grammar:
make grammar.run
To generate the coding standard from the latex file (with pdflatex):