diff options
author | 2010-08-28 13:30:21 +0300 | |
---|---|---|
committer | 2010-08-28 13:30:21 +0300 | |
commit | 2116a4584ee6042ac6b431d02cf45a17238ae562 (patch) | |
tree | da485c2421e911584f2d2ce4330b83ef85234c5f /README | |
parent | Make AC_PREREQ the first thing in configure.ac (diff) | |
download | libbash-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-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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): |