Update how-to-build.md
Add openssl installation
This commit is contained in:
parent
f50c923c24
commit
b8ad1e2f35
@ -9,6 +9,7 @@
|
||||
* `capstone`
|
||||
* `keystone`
|
||||
* `rapidjson`
|
||||
* `openssl`
|
||||
|
||||
If you use Ubuntu, you can install them by:
|
||||
|
||||
@ -28,6 +29,9 @@
|
||||
|
||||
# install rapidjson
|
||||
$ sudo apt-get install rapidjson-dev
|
||||
|
||||
# install openssl
|
||||
$ sudo apt-get install libssl-dev
|
||||
```
|
||||
|
||||
2. Your gcc supports C++17 feature.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user