From c5dd20e0752352e94e399c6320c9a86ba3f07274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Tue, 1 Mar 2016 08:40:26 +0100 Subject: [PATCH] Fixed markdown in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Nový --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0a569ad..892f624 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,20 @@ Autotools --------- To build and install the library with autotools it is usually sufficient to run -the following. +the following: - ./autogen.sh - ./configure - make - sudo make install + ./autogen.sh + ./configure + make + sudo make install Other targets include: make check, make tests and make perfs. Windows ------- -On Windows use nmake to build dll and static lib. +On Windows use nmake to build dll and static lib: - nmake -f Makefile.nmake + nmake -f Makefile.nmake Other targes include: nmake check.