mirror of
https://github.com/intel/isa-l.git
synced 2025-03-04 07:27:21 +01:00
Fixed markdown in README
Signed-off-by: Ondřej Nový <novy@ondrej.org>
This commit is contained in:
parent
ef7ff6c4f7
commit
c5dd20e075
14
README.md
14
README.md
@ -15,20 +15,20 @@ Autotools
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
To build and install the library with autotools it is usually sufficient to run
|
To build and install the library with autotools it is usually sufficient to run
|
||||||
the following.
|
the following:
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Other targets include: make check, make tests and make perfs.
|
Other targets include: make check, make tests and make perfs.
|
||||||
|
|
||||||
Windows
|
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.
|
Other targes include: nmake check.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user