Skip to content

Commit

Permalink
fixed Hyperscan compilation instructions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid authored Jan 2, 2018
1 parent 9ff31e4 commit 5073d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Building Hyperscan
$ git clone https://github.com/01org/hyperscan.git
$ cd hyperscan
$ mkdir -p build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -G "Unix Makefiles" \
-DBUILD_SHARED_LIBS=ON ../
$ make
Expand Down

0 comments on commit 5073d2b

Please sign in to comment.