commit
ef8495ce63
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user