]> git.proxmox.com Git - ceph.git/blob - ceph/src/isa-l/README.md
b084891ed4ce2ed22917cf9f75a6bd73d9e668fe
[ceph.git] / ceph / src / isa-l / README.md
1 =================================================
2 Intel(R) Intelligent Storage Acceleration Library
3 =================================================
4
5 [![Build Status](https://travis-ci.org/01org/isa-l.svg?branch=master)](https://travis-ci.org/01org/isa-l)
6
7 Build Prerequisites
8 ===================
9
10 ISA-L requires yasm version 1.2.0 or later or nasm v2.11.01 or later. Building
11 with autotools requires autoconf/automake packages.
12
13 Building ISA-L
14 ==============
15
16 Autotools
17 ---------
18
19 To build and install the library with autotools it is usually sufficient to run
20 the following:
21
22 ./autogen.sh
23 ./configure
24 make
25 sudo make install
26
27 Other targets include: make check, make tests, make perfs, make ex (examples)
28 and make other.
29
30 Windows
31 -------
32
33 On Windows use nmake to build dll and static lib:
34
35 nmake -f Makefile.nmake
36
37 Other targes include: nmake check.