mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Document that libxml2-dev and libcppuni-dev are required when building form git
Fixes GH-354
This commit is contained in:
parent
d03c7b32c6
commit
d6d21085e2
1 changed files with 7 additions and 2 deletions
|
@ -206,8 +206,13 @@ You can use libexpat1-dev instead of libxml2-dev:
|
||||||
On Fedora you need the following packages: gcc, gcc-c++, kernel-devel,
|
On Fedora you need the following packages: gcc, gcc-c++, kernel-devel,
|
||||||
libgcrypt-devel, libxml2-devel, openssl-devel, gettext-devel, cppunit
|
libgcrypt-devel, libxml2-devel, openssl-devel, gettext-devel, cppunit
|
||||||
|
|
||||||
If you downloaded source code from git repository, you have to run
|
If you downloaded source code from git repository, you have to install
|
||||||
following command to generate configure script and other files
|
following packages to get autoconf macros:
|
||||||
|
|
||||||
|
* libxml2-dev
|
||||||
|
* libcppunit-dev
|
||||||
|
|
||||||
|
And run following command to generate configure script and other files
|
||||||
necessary to build the program::
|
necessary to build the program::
|
||||||
|
|
||||||
$ autoreconf -i
|
$ autoreconf -i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue