Skip to content

Commit

Permalink
Add missing autogen.sh step to documentation example.
Browse files Browse the repository at this point in the history
Change-Id: If19b1937c0ba46d045efb299aee698d1c02ee06e
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
  • Loading branch information
stevelinsell committed Sep 5, 2018
1 parent c926348 commit 6027cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -347,7 +347,7 @@ make install
In the above example this will create the file `qat.so` and copy it to
`/usr/local/ssl/lib/engines-1.1`.
./autogen.sh will regenerate autoconf tools files. The prerequisite to run
autogen.sh is to have autotools(autoconf, automake and libtool)
autogen.sh is to have autotools (autoconf, automake and libtool)
installed in the system.

Note: When building it is possible to specify command line options that can be
Expand All @@ -372,6 +372,7 @@ using the USDM component would be as follows:

```bash
cd /QAT_Engine
./autogen.sh
./configure \
--with-qat_dir=/QAT \
--with-openssl_dir=/openssl \
Expand Down

0 comments on commit 6027cff

Please sign in to comment.