88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > aria2 - The ultra fast download utility — aria2 1.24 .0 documentation</ title >
11+ < title > aria2 - The ultra fast download utility — aria2 1.25 .0 documentation</ title >
1212
1313
1414
3030
3131
3232
33- < link rel ="top " title ="aria2 1.24 .0 documentation " href ="index.html "/>
33+ < link rel ="top " title ="aria2 1.25 .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.24 .0
64+ 1.25 .0
6565 </ div >
6666
6767
8484
8585 < ul class ="current ">
8686< li class ="toctree-l1 "> < a class ="reference internal " href ="aria2c.html "> aria2c(1)</ a > </ li >
87- < li class ="toctree-l1 current "> < a class ="current reference internal " href =""> aria2 - The ultra fast download utility</ a > < ul >
87+ < li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> aria2 - The ultra fast download utility</ a > < ul >
8888< li class ="toctree-l2 "> < a class ="reference internal " href ="#disclaimer "> Disclaimer</ a > </ li >
8989< li class ="toctree-l2 "> < a class ="reference internal " href ="#introduction "> Introduction</ a > </ li >
9090< li class ="toctree-l2 "> < a class ="reference internal " href ="#features "> Features</ a > </ li >
@@ -255,7 +255,7 @@ <h2>How to get source code<a class="headerlink" href="#how-to-get-source-code" t
255255< p > We maintain the source code at Github:
256256< a class ="reference external " href ="https://github.com/aria2/aria2 "> https://github.com/aria2/aria2</ a > </ p >
257257< p > To get the latest source code, run following command:</ p >
258- < div class ="highlight-python "> < div class ="highlight "> < pre > $ git clone https://github.com/aria2/aria2.git
258+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ git clone https://github.com/aria2/aria2.git
259259</ pre > </ div >
260260</ div >
261261< p > This will create aria2 directory in your current directory and source
@@ -409,23 +409,23 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
409409</ ul >
410410< p > And run following command to generate configure script and other files
411411necessary to build the program:</ p >
412- < div class ="highlight-python "> < div class ="highlight "> < pre > $ autoreconf -i
412+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ autoreconf -i
413413</ pre > </ div >
414414</ div >
415415< p > Also you need < a class ="reference external " href ="http://sphinx.pocoo.org/ "> Sphinx</ a > to build man page.</ p >
416416< p > If you are building aria2 for Mac OS X, take a look at
417417the make-release-os.mk GNU Make makefile.</ p >
418418< p > The quickest way to build aria2 is first run configure script:</ p >
419- < div class ="highlight-python "> < div class ="highlight "> < pre > $ ./configure
419+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ ./configure
420420</ pre > </ div >
421421</ div >
422422< p > To build statically linked aria2, use < code class ="docutils literal "> < span class ="pre "> ARIA2_STATIC=yes</ span > </ code >
423423command-line option:</ p >
424- < div class ="highlight-python "> < div class ="highlight "> < pre > $ ./configure ARIA2_STATIC=yes
424+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ ./configure ARIA2_STATIC=yes
425425</ pre > </ div >
426426</ div >
427427< p > After configuration is done, run < code class ="docutils literal "> < span class ="pre "> make</ span > </ code > to compile the program:</ p >
428- < div class ="highlight-python "> < div class ="highlight "> < pre > $ make
428+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ make
429429</ pre > </ div >
430430</ div >
431431< p > See < a class ="reference internal " href ="#cross-compiling-windows-binary "> Cross-compiling Windows binary</ a > to create a Windows binary.
@@ -443,7 +443,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
443443file is '/etc/ssl/certs/ca-certificates.crt' (in ca-certificates
444444package). This may vary depending on your distribution. You can give
445445it to configure script using < code class ="docutils literal "> < span class ="pre "> --with-ca-bundle</ span > < span class ="pre "> option</ span > </ code > :</ p >
446- < div class ="highlight-python "> < div class ="highlight "> < pre > $ ./configure --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
446+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ ./configure --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
447447$ make
448448</ pre > </ div >
449449</ div >
@@ -463,7 +463,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
463463option.</ p >
464464< p > After a < code class ="docutils literal "> < span class ="pre "> make</ span > </ code > the executable is located at < code class ="docutils literal "> < span class ="pre "> src/aria2c</ span > </ code > .</ p >
465465< p > aria2 uses CppUnit for automated unit testing. To run the unit test:</ p >
466- < div class ="highlight-python "> < div class ="highlight "> < pre > $ make check
466+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ make check
467467</ pre > </ div >
468468</ div >
469469</ div >
@@ -507,7 +507,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
507507< code class ="docutils literal "> < span class ="pre "> PKG_CONFIG_LIBDIR</ span > </ code > .</ dd >
508508</ dl >
509509< p > For example, to build 64bit binary do this:</ p >
510- < div class ="highlight-python "> < div class ="highlight "> < pre > $ HOST=x86_64-w64-mingw32 ./mingw-config
510+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ HOST=x86_64-w64-mingw32 ./mingw-config
511511</ pre > </ div >
512512</ div >
513513< p > If you want libaria2 dll with < code class ="docutils literal "> < span class ="pre "> --enable-libaria2</ span > </ code > , then don't use
@@ -544,7 +544,7 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
544544< code class ="docutils literal "> < span class ="pre "> docs/STANDALONE-TOOLCHAIN.html</ span > </ code > to install custom toolchain.</ p >
545545< p > For example, to install toolchain under < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME/toolchain</ span > </ code > ,
546546do this:</ p >
547- < div class ="highlight-python "> < div class ="highlight "> < pre > $NDK/build/tools/make-standalone-toolchain.sh \
547+ < div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $NDK/build/tools/make-standalone-toolchain.sh \
548548 --install-dir=$ANDROID_HOME/toolchain \
549549 --toolchain=arm-linux-androideabi-4.9 \
550550 --platform=android-16
@@ -766,7 +766,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
766766 < script type ="text/javascript ">
767767 var DOCUMENTATION_OPTIONS = {
768768 URL_ROOT :'./' ,
769- VERSION :'1.24 .0' ,
769+ VERSION :'1.25 .0' ,
770770 COLLAPSE_INDEX :false ,
771771 FILE_SUFFIX :'.html' ,
772772 HAS_SOURCE : true
0 commit comments