Merge pull request #389 from sridwan/patch-1

Update how-to-build.md
This commit is contained in:
Double Sine 2019-12-07 13:06:04 +08:00 committed by GitHub
commit ef8495ce63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.