We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d572146 commit 3bb9a94Copy full SHA for 3bb9a94
README.md
@@ -53,10 +53,10 @@ AWS SDK for C++ is now in General Availability and recommended for production us
53
To compile in Linux, you must have the header files for libcurl, libopenssl. The packages are typically available in your package manager.
54
55
Debian based Linux distributions example:
56
- `sudo apt-get install libcurl-dev`
+ `sudo apt-get install libcurl-dev`
57
58
RPM based Linux distributions example:
59
- `sudo [yum|dnf|zypper] install libcurl-devel`
+ `sudo [yum|dnf|zypper] install libcurl-devel`
60
61
Optional: zlib (for compression)
62
zlib is **optional** and only required if you need gzip/deflate compression
0 commit comments