Go to file
Greg Tucker 1abf68b7db igzip: Fix missing .note.gnu-stack for non-executable stack
One asm file in the source list for compression missed an include that adds
.note.gnu-stack.  Without it an executable could be marked has having an
executable stack and miss some hardware protections.

Reported-by: Ondřej Nový <novy@ondrej.org>
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
2016-07-11 14:42:25 -07:00
crc Add crc unit 2016-05-03 15:02:29 -07:00
erasure_code Remove warnings due to unexported functions 2016-02-25 17:32:34 -07:00
igzip igzip: Fix missing .note.gnu-stack for non-executable stack 2016-07-11 14:42:25 -07:00
include Add data compression unit 2016-06-10 17:03:38 -07:00
raid Add raid unit 2016-04-26 15:58:49 -07:00
tools Convert files to build with nasm or yasm 2016-02-25 17:32:34 -07:00
.travis.yml Update travis-cl test script to avoid old nasm 2016-06-17 15:06:12 -07:00
autogen.sh Initial commit isa-l v2.14.1 2016-02-24 14:54:34 -07:00
configure.ac Update build and release notes for v2.16 2016-06-10 17:04:05 -07:00
isa-l.def Add data compression unit 2016-06-10 17:03:38 -07:00
libisal.pc.in Initial commit isa-l v2.14.1 2016-02-24 14:54:34 -07:00
LICENSE Add data compression unit 2016-06-10 17:03:38 -07:00
make.inc Convert files to build with nasm or yasm 2016-02-25 17:32:34 -07:00
Makefile.am Update build and release notes for v2.16 2016-06-10 17:04:05 -07:00
Makefile.nmake Add data compression unit 2016-06-10 17:03:38 -07:00
Makefile.unx Add data compression unit 2016-06-10 17:03:38 -07:00
README.md Update build and release notes for v2.16 2016-06-10 17:04:05 -07:00
Release_notes.txt Update build and release notes for v2.16 2016-06-10 17:04:05 -07:00

================================================= Intel(R) Intelligent Storage Acceleration Library

Build Status

Build Prerequisites

ISA-L requires yasm version 1.2.0 or later or nasm v2.11.01 or later. Building with autotools requires autoconf/automake packages.

Building ISA-L

Autotools

To build and install the library with autotools it is usually sufficient to run the following:

./autogen.sh
./configure
make
sudo make install

Other targets include: make check, make tests, make perfs, make ex (examples) and make other.

Windows

On Windows use nmake to build dll and static lib:

nmake -f Makefile.nmake

Other targes include: nmake check.