Skip to content

Commit 969c71d

Browse files
lizrothdavid-koenig
authored andcommitted
Update README.md. (#348)
* Update README.md. * Add additional Windows build requirement * Add link to API documentation * Highlight recommended shell to use for Windows setup * Wording tweak to README.md. Per PR feedback.
1 parent 005e3db commit 969c71d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ everyone to encrypt and decrypt data using industry standards and best practices
55
data format compatible with the AWS Encryption SDKs in other languages. For more information on
66
the AWS Encryption SDKs in all languages, see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html).
77

8+
Also, see the [API documentation](https://awslabs.github.io/aws-encryption-sdk-c/html/) for the AWS Encryption SDK for C.
9+
810
**This library is currently under public preview**. Feel free to check out the code and give
911
it a spin, but be aware that the APIs are still in flux. We'd love to hear your feedback on
1012
the APIs before they're fully nailed down.
@@ -203,8 +205,11 @@ You have successfully built and installed the AWS Encryption SDK for C.
203205

204206
### Building on Windows
205207

206-
Start by installing Visual Studio version 15 or later and [Git for Windows](https://git-scm.com/download/win).
207-
Use the x64 Native Tools Command Prompt for all commands listed here. Run the following commands in the
208+
Start by installing Visual Studio version 15 or later with the Windows Universal C Runtime and
209+
[Git for Windows](https://git-scm.com/download/win).
210+
211+
212+
Use the **x64 Native Tools Command Prompt** for all commands listed here. Run the following commands in the
208213
directory where you want to do the build and installation.
209214

210215
mkdir install && mkdir build && cd build
@@ -303,4 +308,4 @@ fail if the C++ dependencies are not found.)
303308

304309
## License
305310

306-
This library is licensed under the Apache 2.0 License.
311+
This library is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)