File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,23 @@ See [this section for more info][sysllvm].
23
23
24
24
### Windows
25
25
26
+ * Install [ winget] ( https://github.com/microsoft/winget-cli )
27
+
28
+ ` winget ` is a Windows package manager. It will make package installation easy
29
+ on Windows.
30
+
31
+ Run the following in a terminal:
32
+
33
+ ``` powershell
34
+ winget install python
35
+ winget install cmake
36
+ ```
37
+
38
+ If any of those is installed already, winget will detect it.
39
+ Then edit your systems ` PATH ` variable and add: ` C:\Program Files\CMake\bin ` .
40
+
26
41
For more information about building on Windows,
27
- see [ the Rust README] ( https://github.com/rust-lang/rust#msvc ) .
42
+ see [ the ` rust-lang/rust ` README] ( https://github.com/rust-lang/rust#building-on-windows ) .
28
43
29
44
## Hardware
30
45
@@ -45,20 +60,3 @@ Follow the installation given in the [Rust book][install] to install a working
45
60
` rustc ` and the necessary C/++ toolchain on your platform.
46
61
47
62
[ install ] : https://doc.rust-lang.org/book/ch01-01-installation.html
48
-
49
- ## Platform specific instructions
50
-
51
- ### Windows
52
-
53
- * Install [ winget] ( https://github.com/microsoft/winget-cli )
54
-
55
- Run the following in a terminal:
56
-
57
- ```
58
- winget install python
59
- winget install cmake
60
- ```
61
-
62
- If any of those is installed already, winget will detect it.
63
-
64
- Edit your systems ` PATH ` variable and add: ` C:\Program Files\CMake\bin ` .
You can’t perform that action at this time.
0 commit comments