Skip to content

Commit d572146

Browse files
committed
revert changes
1 parent 1728889 commit d572146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ AWS SDK for C++ is now in General Availability and recommended for production us
5050
**_NOTE:_** BUILD_ONLY is an optional flag used to list only the services you are using. Building the whole SDK can take a long time. Also, check out the list of [CMake parameters](./docs/CMake_Parameters.md)
5151

5252
#### Other Dependencies:
53-
To compile on Linux, you must have the header files for libcurl, libopenssl. The packages are typically available in your package manager.
53+
To compile in Linux, you must have the header files for libcurl, libopenssl. The packages are typically available in your package manager.
5454

5555
Debian based Linux distributions example:
56-
`sudo apt-get install libcurl4-openssl-dev libssl-dev`
56+
`sudo apt-get install libcurl-dev`
5757

5858
RPM based Linux distributions example:
59-
`sudo [yum|dnf|zypper] install libcurl-devel openssl-devel`
59+
`sudo [yum|dnf|zypper] install libcurl-devel`
6060

6161
Optional: zlib (for compression)
6262
zlib is **optional** and only required if you need gzip/deflate compression

0 commit comments

Comments
 (0)