An open API service indexing awesome lists of open source software.

https://github.com/leo-project/isa-l

The Intel Intelligent Storage Acceleration Library (Intel ISA-L) Open Source Version. Original code: https://01.org/intel®-storage-acceleration-library-open-source-version/downloads
https://github.com/leo-project/isa-l

Last synced: 2 months ago
JSON representation

The Intel Intelligent Storage Acceleration Library (Intel ISA-L) Open Source Version. Original code: https://01.org/intel®-storage-acceleration-library-open-source-version/downloads

Awesome Lists containing this project

README

        

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

Build Prerequisites
===================

ISA-L requires yasm version 1.2 or later.

Building ISA-L
==============

To build and install the library it is usually sufficient to run the following.

./configure
make
sudo make install

Other targets include: make check, make tests and make perfs.