Fixed format glitch in README

pull/22/head
Tatsuhiro Tsujikawa 2012-06-27 01:05:35 +09:00
parent 49e111944f
commit c2dc79b859
1 changed files with 10 additions and 9 deletions

View File

@ -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``.