Open VillSnow opened 2 months ago
Netwide Assembler (NASM) must be installed for win11 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win64/ Inside its shell install cli https://github.com/DioxusGrow/dioxus_translator?tab=readme-ov-file#quick-start
Does the team decide to add environmental dependency? If so, they would have to update this page... https://dioxuslabs.com/learn/0.5/getting_started
The NASM requirement is from one of our deps and there's not much we can do about it. I agree, it should be added to the docs. You can use cargo-binstall
or download the pre-compiled binaries on the releases page of GitHub to get around installing NASM.
hmm, I understood. this issue should be closed at the same time the docs is updated.
Problem
Steps To Reproduce
Steps to reproduce the behavior:
cargo install dioxus-cli --version "0.6.0-alpha.2"
Expected behavior
Screenshots
Environment:
Questionnaire
related: #2666