88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > aria2 - The ultra fast download utility — aria2 1.25 .0 documentation</ title >
11+ < title > aria2 - The ultra fast download utility — aria2 1.26 .0 documentation</ title >
1212
1313
1414
3030
3131
3232
33- < link rel ="top " title ="aria2 1.25 .0 documentation " href ="index.html "/>
33+ < link rel ="top " title ="aria2 1.26 .0 documentation " href ="index.html "/>
3434 < link rel ="next " title ="libaria2: C++ library interface to aria2 " href ="libaria2.html "/>
3535 < link rel ="prev " title ="aria2c(1) " href ="aria2c.html "/>
3636
6161
6262
6363 < div class ="version ">
64- 1.25 .0
64+ 1.26 .0
6565 </ div >
6666
6767
158158
159159 < div class ="section " id ="aria2-the-ultra-fast-download-utility ">
160160< h1 > aria2 - The ultra fast download utility< a class ="headerlink " href ="#aria2-the-ultra-fast-download-utility " title ="Permalink to this headline "> ¶</ a > </ h1 >
161- < table class ="docutils field-list " frame ="void " rules ="none ">
162- < col class ="field-name " />
163- < col class ="field-body " />
164- < tbody valign ="top ">
165- < tr class ="field-odd field "> < th class ="field-name "> Author:</ th > < td class ="field-body "> Tatsuhiro Tsujikawa</ td >
166- </ tr >
167- < tr class ="field-even field "> < th class ="field-name "> Email:</ th > < td class ="field-body "> tatsuhiro.t_at_gmail_dot_com</ td >
168- </ tr >
169- </ tbody >
170- </ table >
171161< div class ="section " id ="disclaimer ">
172162< h2 > Disclaimer< a class ="headerlink " href ="#disclaimer " title ="Permalink to this headline "> ¶</ a > </ h2 >
173163< p > This program comes with no warranty.
@@ -412,7 +402,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
412402< div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ autoreconf -i
413403</ pre > </ div >
414404</ div >
415- < p > Also you need < a class ="reference external " href ="http://sphinx.pocoo .org/ "> Sphinx</ a > to build man page.</ p >
405+ < p > Also you need < a class ="reference external " href ="http://sphinx-doc .org/ "> Sphinx</ a > to build man page.</ p >
416406< p > If you are building aria2 for Mac OS X, take a look at
417407the make-release-os.mk GNU Make makefile.</ p >
418408< p > The quickest way to build aria2 is first run configure script:</ p >
@@ -518,7 +508,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
518508< h2 > Cross-compiling Android binary< a class ="headerlink " href ="#cross-compiling-android-binary " title ="Permalink to this headline "> ¶</ a > </ h2 >
519509< p > In this section, we describe how to build Android binary using Android
520510NDK cross-compiler on Debian Linux.</ p >
521- < p > At the time of this writing, android-ndk-r9 should compile aria2
511+ < p > At the time of this writing, android-ndk-r12b should compile aria2
522512without errors.</ p >
523513< p > < code class ="docutils literal "> < span class ="pre "> android-config</ span > </ code > script is a configure script wrapper for Android
524514build. We use it to create official Android build. This script
@@ -539,19 +529,14 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
539529environment variable which must fulfill the following conditions:</ p >
540530< ul >
541531< li > < p class ="first "> Android NDK toolchain is installed under
542- < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/toolchain</ span > </ code > . Refer to "4/ Invoking the compiler
543- (the easy way):" section in Android NDK
544- < code class ="docutils literal "> < span class ="pre "> docs/STANDALONE-TOOLCHAIN.html</ span > </ code > to install custom toolchain.</ p >
545- < p > For example, to install toolchain under < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/toolchain</ span > </ code > ,
546- do this:</ p >
547- < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $NDK/build/tools/make-standalone-toolchain.sh \
548- --install-dir=$ANDROID_HOME/toolchain \
549- --toolchain=arm-linux-androideabi-4.9 \
550- --platform=android-16
532+ < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/toolchain</ span > </ code > . Refer to < a class ="reference external " href ="https://developer.android.com/ndk/guides/standalone_toolchain.html "> Standalone Toolchain</ a >
533+ for more details, but it is a bit out of date.</ p >
534+ < p > To install toolchain under < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/toolchain</ span > </ code > , do this:</ p >
535+ < div class ="highlight-text "> < div class ="highlight "> < pre > < span > </ span > $NDK/build/tools/make_standalone_toolchain.py \
536+ --arch arm --api 16 --stl=gnustl \
537+ --install-dir $ANDROID_HOME/toolchain
551538</ pre > </ div >
552539</ div >
553- < p > You may need to add < code class ="docutils literal "> < span class ="pre "> --system=linux-x86_64</ span > </ code > to the above
554- command-line for x86_64 Linux host.</ p >
555540</ li >
556541< li > < p class ="first "> The dependent libraries must be installed under
557542< code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/usr/local</ span > </ code > .</ p >
@@ -564,13 +549,13 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
564549</ div >
565550< div class ="section " id ="building-documentation ">
566551< h2 > Building documentation< a class ="headerlink " href ="#building-documentation " title ="Permalink to this headline "> ¶</ a > </ h2 >
567- < p > < a class ="reference external " href ="http://sphinx.pocoo .org/ "> Sphinx</ a > is used to build the
552+ < p > < a class ="reference external " href ="http://sphinx-doc .org/ "> Sphinx</ a > is used to build the
568553documentation. aria2 man pages will be build when you run < code class ="docutils literal "> < span class ="pre "> make</ span > </ code > if
569554they are not up-to-date. You can also build HTML version of aria2 man
570555page by < code class ="docutils literal "> < span class ="pre "> make</ span > < span class ="pre "> html</ span > </ code > . The HTML version manual is also available at
571556< a class ="reference external " href ="https://aria2.github.io/manual/en/html/ "> online</ a > (< a class ="reference external " href ="https://aria2.github.io/manual/ru/html/ "> Russian
572- translation</ a > ,
573- < a class =" reference external " href =" https://aria2.github.io/manual/pt/html/ " > Portuguese translation</ a > ).</ p >
557+ translation</ a > , < a class =" reference external " href =" https://aria2.github.io/manual/pt/html/ " > Portuguese
558+ translation</ a > ).</ p >
574559</ div >
575560< div class ="section " id ="bittorrent ">
576561< h2 > BitTorrent< a class ="headerlink " href ="#bittorrent " title ="Permalink to this headline "> ¶</ a > </ h2 >
@@ -766,7 +751,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
766751 < script type ="text/javascript ">
767752 var DOCUMENTATION_OPTIONS = {
768753 URL_ROOT :'./' ,
769- VERSION :'1.25 .0' ,
754+ VERSION :'1.26 .0' ,
770755 COLLAPSE_INDEX :false ,
771756 FILE_SUFFIX :'.html' ,
772757 HAS_SOURCE : true
0 commit comments