2015-10-22 23:54:34 +02:00
|
|
|
=================================================
|
|
|
|
Intel(R) Intelligent Storage Acceleration Library
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
Build Prerequisites
|
|
|
|
===================
|
|
|
|
|
2016-02-26 00:56:22 +01:00
|
|
|
ISA-L requires yasm version 1.2.0 or later or nasm v2.11.01 or later. Building
|
|
|
|
with autotools requires autoconf/automake packages.
|
2015-10-22 23:54:34 +02:00
|
|
|
|
|
|
|
Building ISA-L
|
|
|
|
==============
|
|
|
|
|
2016-02-26 00:56:22 +01:00
|
|
|
Autotools
|
|
|
|
---------
|
2015-10-22 23:54:34 +02:00
|
|
|
|
2016-02-26 00:56:22 +01:00
|
|
|
To build and install the library with autotools it is usually sufficient to run
|
|
|
|
the following.
|
|
|
|
|
|
|
|
./autogen.sh
|
2015-10-22 23:54:34 +02:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
sudo make install
|
|
|
|
|
|
|
|
Other targets include: make check, make tests and make perfs.
|
2016-02-26 00:56:22 +01:00
|
|
|
|
|
|
|
Windows
|
|
|
|
-------
|
|
|
|
|
|
|
|
On Windows use nmake to build dll and static lib.
|
|
|
|
|
|
|
|
nmake -f Makefile.nmake
|
|
|
|
|
|
|
|
Other targes include: nmake check.
|