mirror of https://github.com/aria2/aria2
Fixed format glitch in README
parent
49e111944f
commit
c2dc79b859
15
README.rst
15
README.rst
|
@ -256,14 +256,15 @@ following libraries have been built for cross-compile:
|
|||
|
||||
Some environment variables can be adjusted to change build settings:
|
||||
|
||||
* ``HOST``: cross-compile to build programs to run on ``HOST``. It
|
||||
defaults to ``i686-w64-mingw32``. To build 64bit binary,
|
||||
specify ``x86_64-w64-mingw32``.
|
||||
``HOST``
|
||||
cross-compile to build programs to run on ``HOST``. It defaults to
|
||||
``i686-w64-mingw32``. To build 64bit binary, specify
|
||||
``x86_64-w64-mingw32``.
|
||||
|
||||
* ``PREFIX``: Prefix to the directory where dependent libraries are
|
||||
installed. It defaults to
|
||||
``/usr/local/$HOST``. ``-I$PREFIX/include`` will be added to
|
||||
``CPPFLAGS``. ``-L$PREFIX/lib`` will be added to
|
||||
``PREFIX``
|
||||
Prefix to the directory where dependent libraries are installed. It
|
||||
defaults to ``/usr/local/$HOST``. ``-I$PREFIX/include`` will be
|
||||
added to ``CPPFLAGS``. ``-L$PREFIX/lib`` will be added to
|
||||
``LDFLAGS``. ``$PREFIX/lib/pkgconfig`` will be set to
|
||||
``PKG_CONFIG_LIBDIR``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue