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:
Greg Tucker 2017-09-20 11:25:37 -07:00
parent f78601adb9
commit 23159441e0

View File

@ -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