We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9a3bb commit 026d985Copy full SHA for 026d985
1 file changed
README.md
@@ -11,10 +11,17 @@ This xcode project wraps the [Desktop Sample App](https://github.com/elixir-desk
11
12
1. Install Erlang-OTP (with openssl) in the same version 25.0.4 as the bundled runtime edition:
13
14
+ ```
15
+ asdf install erlang 25.0.4
16
+ asdf install elixir 1.13.4-otp-25
17
18
+
19
+ If above fails for you on an older mac or can't seem to find openssl you can try this custom build command as well:
20
21
```
22
export DED_LDFLAGS_CONFTEST="-bundle"
23
export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix openssl@1.1)"
- asdf install erlang 25.0.4 --with-ssl=$(brew --prefix openssl@1.1)`
24
25
asdf install elixir 1.13.4-otp-25
26
27
0 commit comments