summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index f5a2aee..7f18118 100644
--- a/README
+++ b/README
@@ -38,16 +38,12 @@ Updating to the latest head after you've already got it.
git pull
-Building requires that autotools be installed:
+Building requires that autotools be installed. To invoke them
+simply
- aclocal -I aclocal
- autoheader
- automake
- autoconf
+ sh autogen.sh
-You may also need to copy ltmain.sh to the current directory if the
-above doesn't do that. Usually there's a copy in
-/usr/share/libtool/ltmain.sh. Finally, build as usual as above.
+Finally, build as usual as above.
Share And Enjoy!