mirror of https://github.com/aria2/aria2
Updated doc.
parent
c4e853ed15
commit
98a7f3a378
|
@ -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.
|
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:
|
The quickest way to build aria2 is just type following commands:
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -915,6 +915,13 @@ libexpat1-dev (Required for Metalink support)
|
||||||
</li>
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
<div class="paragraph"><p>You may also need pkg-config to detect the above mentioned libraries.</p></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="paragraph"><p>The quickest way to build aria2 is just type following commands:</p></div>
|
||||||
<div class="listingblock">
|
<div class="listingblock">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
@ -1088,7 +1095,7 @@ correct permissions(600).</p></div>
|
||||||
<div id="footnotes"><hr /></div>
|
<div id="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2010-11-27 21:58:32 JST
|
Last updated 2010-11-28 01:13:54 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue