diff --git a/README.asciidoc b/README.asciidoc index ce04c3d4..8615d87f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -145,6 +145,14 @@ You can use libexpat1-dev instead of libxml2-dev: You may also need pkg-config to detect the above mentioned libraries. +If you downloaded source code from git repository, you have to run +following command to generate configure script and other files +necessary to build the program: + +--------------- +$ autoreconf -i +--------------- + The quickest way to build aria2 is just type following commands: ------------- diff --git a/README.html b/README.html index 787eea35..3fcf3fc8 100644 --- a/README.html +++ b/README.html @@ -915,6 +915,13 @@ libexpat1-dev (Required for Metalink support)

You may also need pkg-config to detect the above mentioned libraries.

+

If you downloaded source code from git repository, you have to run +following command to generate configure script and other files +necessary to build the program:

+
+
+
$ autoreconf -i
+

The quickest way to build aria2 is just type following commands:

@@ -1088,7 +1095,7 @@ correct permissions(600).