|
@@ -42,6 +42,10 @@ If you have any problem while using Alibaba Cloud SDK for C++, please submit an
|
|
|
- Run the following commands on the `Redhat/Fedora` system
|
|
- Run the following commands on the `Redhat/Fedora` system
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
|
|
+# use yum
|
|
|
|
|
+yum install jsoncpp-devel openssl-devel uuid-devel libcurl-devel
|
|
|
|
|
+
|
|
|
|
|
+# use dnf
|
|
|
sudo dnf install libcurl-devel openssl-devel libuuid-devel libjsoncpp-devel
|
|
sudo dnf install libcurl-devel openssl-devel libuuid-devel libjsoncpp-devel
|
|
|
```
|
|
```
|
|
|
|
|
|