Update how-to-build.md

Add openssl installation
This commit is contained in:
sridwan 2019-12-07 07:59:53 +07:00 committed by GitHub
parent f50c923c24
commit b8ad1e2f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
* `capstone` * `capstone`
* `keystone` * `keystone`
* `rapidjson` * `rapidjson`
* `openssl`
If you use Ubuntu, you can install them by: If you use Ubuntu, you can install them by:
@ -28,6 +29,9 @@
# install rapidjson # install rapidjson
$ sudo apt-get install rapidjson-dev $ sudo apt-get install rapidjson-dev
# install openssl
$ sudo apt-get install libssl-dev
``` ```
2. Your gcc supports C++17 feature. 2. Your gcc supports C++17 feature.