Fix sphinx warning about README markup

This commit is contained in:
Tatsuhiro Tsujikawa 2017-03-12 23:46:21 +09:00
parent 51b933c5f0
commit 6ca515ea70
1 changed files with 5 additions and 4 deletions

View File

@ -201,10 +201,11 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required.
In order to detect third party libraries, pkg-config is used In order to detect third party libraries, pkg-config is used
(however we don't use pkg-config for some libraries (e.g., libev)). (however we don't use pkg-config for some libraries (e.g., libev)).
By default, pkg-config searches *.pc file in the standard locations By default, pkg-config searches ``*.pc`` file in the standard
(e.g., /usr/lib/pkgconfig). If it is necessary to use *.pc file in locations (e.g., /usr/lib/pkgconfig). If it is necessary to use
the custom location, specify paths to ``PKG_CONFIG_PATH`` ``*.pc`` file in the custom location, specify paths to
environment variable, and pass it to configure script, like so: ``PKG_CONFIG_PATH`` environment variable, and pass it to configure
script, like so:
.. code-block:: text .. code-block:: text