]> granicus.if.org Git - file/commitdiff
fix typo, add comment of perhaps a simpler path to success
authorChristos Zoulas <christos@zoulas.com>
Thu, 6 Mar 2014 16:57:57 +0000 (16:57 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 6 Mar 2014 16:57:57 +0000 (16:57 +0000)
README.DEVELOPER

index 9f0c5f00b94d4108ba228e626aacb48b5854a922..271e71e9c3739a8be6413c5e745445ce7f240059 100644 (file)
@@ -1,6 +1,6 @@
 = How to get started developing
 
-@(#) $File: README.DEVELOPER,v 1.1 2014/02/18 18:51:51 kim Exp $
+@(#) $File: README.DEVELOPER,v 1.2 2014/03/06 16:57:57 christos Exp $
 
 == Auto files
 
@@ -11,8 +11,12 @@ After checking out the source, run the following:
        autoheader
        automake --add-missing
        autoconf
+
+[christos: I run autoreconf -f -i instead of all the above]
+
        ./configure
 
+
 == Installing dependencies
 
 If your platform doesn't have the above tools, install the following
@@ -24,7 +28,7 @@ packages first.
            autoconf \
            automake \
            autotools-dev \
-           build-essentials \
+           build-essential \
            libltdl-dev \
            libtool \
            libtool-doc \