You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ everyone to encrypt and decrypt data using industry standards and best practices
5
5
data format compatible with the AWS Encryption SDKs in other languages. For more information on
6
6
the AWS Encryption SDKs in all languages, see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html).
7
7
8
+
Also, see the [API documentation](https://awslabs.github.io/aws-encryption-sdk-c/html/) for the AWS Encryption SDK for C.
9
+
8
10
**This library is currently under public preview**. Feel free to check out the code and give
9
11
it a spin, but be aware that the APIs are still in flux. We'd love to hear your feedback on
10
12
the APIs before they're fully nailed down.
@@ -203,8 +205,11 @@ You have successfully built and installed the AWS Encryption SDK for C.
203
205
204
206
### Building on Windows
205
207
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
208
213
directory where you want to do the build and installation.
209
214
210
215
mkdir install && mkdir build && cd build
@@ -303,4 +308,4 @@ fail if the C++ dependencies are not found.)
303
308
304
309
## License
305
310
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