Skip to content

Commit 026d985

Browse files
committed
README.md updates
1 parent 9f9a3bb commit 026d985

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ This xcode project wraps the [Desktop Sample App](https://github.com/elixir-desk
1111

1212
1. Install Erlang-OTP (with openssl) in the same version 25.0.4 as the bundled runtime edition:
1313

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+
1421
```
1522
export DED_LDFLAGS_CONFTEST="-bundle"
1623
export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix openssl@1.1)"
17-
asdf install erlang 25.0.4 --with-ssl=$(brew --prefix openssl@1.1)`
24+
asdf install erlang 25.0.4
1825
asdf install elixir 1.13.4-otp-25
1926
```
2027

0 commit comments

Comments
 (0)