mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user