Updated doc.

pull/1/head
Tatsuhiro Tsujikawa 2010-11-28 01:14:13 +09:00
parent c4e853ed15
commit 98a7f3a378
2 changed files with 16 additions and 1 deletions

View File

@ -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:
-------------

View File

@ -915,6 +915,13 @@ libexpat1-dev (Required for Metalink support)
</li>
</ul></div>
<div class="paragraph"><p>You may also need pkg-config to detect the above mentioned libraries.</p></div>
<div class="paragraph"><p>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:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>$ autoreconf -i</tt></pre>
</div></div>
<div class="paragraph"><p>The quickest way to build aria2 is just type following commands:</p></div>
<div class="listingblock">
<div class="content">
@ -1088,7 +1095,7 @@ correct permissions(600).</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2010-11-27 21:58:32 JST
Last updated 2010-11-28 01:13:54 JST
</div>
</div>
</body>