From 8a5a7d124d6d5b794ecca51ba161e890d59768b7 Mon Sep 17 00:00:00 2001 From: Greg Tucker Date: Thu, 25 Feb 2016 16:56:22 -0700 Subject: [PATCH] doc: Update readme with autotools and nmake info Signed-off-by: Greg Tucker --- README => README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) rename README => README.md (54%) diff --git a/README b/README.md similarity index 54% rename from README rename to README.md index 71325d4..0a569ad 100644 --- a/README +++ b/README.md @@ -5,15 +5,30 @@ Intel(R) Intelligent Storage Acceleration Library Build Prerequisites =================== -ISA-L requires yasm version 1.2.0 or later or nasm v2.11.01 or later. +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 ============== -To build and install the library it is usually sufficient to run the following. +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 and make perfs. + +Windows +------- + +On Windows use nmake to build dll and static lib. + + nmake -f Makefile.nmake + +Other targes include: nmake check.