Open futuremotiondev opened 3 weeks ago
You are missing an openssl library on your system. I do not work on windows so I have no idea how to install it. What you can try however is microbin's new build without c-deps feature. That does not need openssl. It is new so you will need to use the git version of microbin:
cargo install --git https://github.com/szabodanika/microbin --no-default-features --features no-c-deps
I haven't tested it but that should do the trick^
I doubt microbin will work on windows there are quite some path's in the code that are formatted like strings using linux path separators. If those bits are rewritten to use std::path:PathBuf instead microbin should work on both windows and linux.
Describe the bug
rustup-init.exe
(https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe)cargo install microbin
Microbin Install Failure Log.txt
Screenshots
Desktop (please complete the following information):