Skip to content

Commit 6fd180b

Browse files
committed
Fix Engine Documentation as build sequence was incorrect
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
1 parent 58e1f74 commit 6fd180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ To build the engine:
161161
--with-qat_install_dir=/path/to/qat_driver/build \
162162
--with-openssl_dir=/path/to/openssl \
163163
--with-openssl_install_dir=/path/to/openssl_install
164-
make
165164
make depend
165+
make
166166
make install
167167
```
168168

0 commit comments

Comments
 (0)