diff options
| author | Steven Fackler <[email protected]> | 2015-02-13 23:22:52 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-13 23:22:52 -0800 |
| commit | 48b8e81e807b6f589ae66fed9567084c3d833b83 (patch) | |
| tree | 513a2d1b897dd61b47524bed85749ef3e04b7b83 /README.md | |
| parent | Rewrite README for new setup (diff) | |
| download | rust-openssl-48b8e81e807b6f589ae66fed9567084c3d833b83.tar.xz rust-openssl-48b8e81e807b6f589ae66fed9567084c3d833b83.zip | |
Add OpenSSL license to THIRD_PARTY
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ rust-openssl depends on both the OpenSSL runtime libraries and headers. ### Linux -On Linux, you can install them via your package manager. The headers are +On Linux, you can install OpenSSL via your package manager. The headers are sometimes provided in a separate package than the runtime libraries - look for something like `openssl-devel` or `libssl-dev`. @@ -24,7 +24,7 @@ sudo pacman -S openssl ### OSX OpenSSL 0.9.8 is preinstalled on OSX. Some features are only available when -linking against OpenSSL 1.0.0 or greater; See below on how to point +linking against OpenSSL 1.0.0 or greater; see below on how to point rust-openssl to a separate installation. ### Windows |