DioxusLabs / DioxusLabs/docsite
dioxus-cli on macOS requires OpenSLL@3
- Dominant language
- Rust
- Stars
- 206
- Forks
- 208
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 3
Description
The docs at https://dioxuslabs.com/learn/0.6/getting_started/#macos say macOS has no dependencies, but after doing `cargo binstall dioxus-cli` and then running `dx --version` I got this:
```
hello_world on master [?] is 📦 v0.1.0 via 🦀 v1.86.0 took 7s
❯ dx --version
dyld[13332]: Library not loaded: /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib
Referenced from: /Users/rendle/.cargo/bin/dx
Reason: tried: '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file)
zsh: abort dx --version
```
I ran `brew install openssl@3` and that fixed it.
```
hello_world on master [?] is 📦 v0.1.0 via 🦀 v1.86.0 took 10s
❯ dx --version
dioxus 0.6.3 (fc1f1c2)
```
```
rustup show
Default host: aarch64-apple-darwin
rustup home: /Users/rendle/.rustup
installed toolchains
--------------------
stable-aarch64-apple-darwin (active, default)
active toolchain
----------------
name: stable-aarch64-apple-darwin
active because: it's the default toolchain
installed targets:
aarch64-apple-darwin
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.