mirror of
https://github.com/intel/isa-l.git
synced 2025-02-24 23:34:45 +01:00
doc: Update readme with info on build doc and packages
Change-Id: I1dd04179fb2f7f9de8ce85c65dc422d43a2853c9 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
f78601adb9
commit
23159441e0
12
README.md
12
README.md
@ -18,7 +18,8 @@ applications. ISA-L includes:
|
||||
Also see:
|
||||
* [ISA-L for updates](https://github.com/01org/isa-l).
|
||||
* For crypto functions see [isa-l_crypto on github](https://github.com/01org/isa-l_crypto).
|
||||
* The [github wiki](https://github.com/01org/isa-l/wiki).
|
||||
* The [github wiki](https://github.com/01org/isa-l/wiki) including a list of
|
||||
[distros/ports](https://github.com/01org/isa-l/wiki/Ports--Repos) offering binary packages.
|
||||
* ISA-L [mailing list](https://lists.01.org/mailman/listinfo/isal).
|
||||
* [Contributing](CONTRIBUTING.md).
|
||||
|
||||
@ -27,10 +28,10 @@ Building ISA-L
|
||||
|
||||
### Prerequisites
|
||||
|
||||
* yasm version 1.2.0 or later or nasm v2.11.01 or later.
|
||||
* gcc, clang, icc or VC compiler.
|
||||
* GNU 'make' or 'nmake' (Windows).
|
||||
* Building with autotools requires autoconf/automake packages.
|
||||
* Assembler: nasm v2.11.01 or later or yasm version 1.2.0 or later.
|
||||
* Compiler: gcc, clang, icc or VC compiler.
|
||||
* Make: GNU 'make' or 'nmake' (Windows).
|
||||
* Optional: Building with autotools requires autoconf/automake packages.
|
||||
|
||||
### Autotools
|
||||
To build and install the library with autotools it is usually sufficient to run:
|
||||
@ -57,3 +58,4 @@ Other targets include:
|
||||
* `make perfs` : create included performance tests
|
||||
* `make ex` : build examples
|
||||
* `make other` : build other utilities such as compression file tests
|
||||
* `make doc` : build API manual
|
||||
|
Loading…
x
Reference in New Issue
Block a user