Skip to content

Commit 65cc9a1

Browse files
authored
docs(readme): link to wiki for macOS setup (#601)
I've moved macOS setup instructions for Apple M1-based Macs and Intel-based Macs into a wiki in order to avoid crowding the README: https://github.com/aws/aws-encryption-sdk-dafny/wiki/Using-the-AWS-Encryption-SDK-for-.NET-on-macOS. This PR replaces the original Intel-based-Mac-only instructions with a link to the wiki.
1 parent fb4ea88 commit 65cc9a1

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

aws-encryption-sdk-net/README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,12 @@ Alternatively, you may directly modify the `.csproj` and add the AWS Encryption
2020

2121
The AWS Encryption SDK targets both [.NET/.NET Core](https://docs.microsoft.com/en-us/dotnet/core/introduction) 3.1 and newer on all platforms, and [.NET Framework](https://docs.microsoft.com/en-us/dotnet/framework/) 4.5.2 and newer on Windows only.
2222

23-
### Configure system dependencies - macOS only
23+
### Additional setup for macOS only
2424

2525
If you are using macOS then you must install OpenSSL 1.1,
2626
and the OpenSSL 1.1 `lib` directory must be on the dynamic linker path at runtime.
27-
We recommend that you install OpenSSL via Homebrew using `brew install [email protected]`,
28-
and then set the `DYLD_LIBRARY_PATH` environment variable as follows:
29-
30-
```bash
31-
$ export DYLD_LIBRARY_PATH="/usr/local/opt/[email protected]/lib"
32-
```
33-
34-
If the .NET runtime cannot locate your OpenSSL 1.1 libraries,
35-
you may encounter an error that says:
36-
37-
> No usable version of libssl was found
27+
Also, if using an M1-based Mac, you must install OpenSSL and the .NET SDK for x86-64.
28+
Please refer to [the wiki](https://github.com/aws/aws-encryption-sdk-dafny/wiki/Using-the-AWS-Encryption-SDK-for-.NET-on-macOS) for detailed instructions.
3829

3930
## Building the AWS Encryption SDK for .NET
4031

0 commit comments

Comments
 (0)