Fixed markdown in README

Signed-off-by: Ondřej Nový <novy@ondrej.org>
This commit is contained in:
Ondřej Nový 2016-03-01 08:40:26 +01:00 committed by Greg Tucker
parent ef7ff6c4f7
commit c5dd20e075

View File

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