-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
good first issueGood for newcomersGood for newcomerspriority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm package
Description
- Add info about active rust tool chain
a couple of people in the past were using gnu toolchain on Windows which is not supported in the time being.
Add info about VS Build tools and if possible installed Workloads@lucasfernog already did this in feat(cli.rs): build tools info #2618 but I don't like that we are installing a module for users without them knowing heretauri/tooling/cli.rs/src/info.rs
Line 306 in 1fbc823
.arg("Install-Module VSSetup -Scope CurrentUser")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerspriority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm package