File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 4168101b039d2e0dfea5f066ea13047ff9ed4ad9
4
+ refs/heads/snap-stage3: 746fa279889b3ce2ed671aa06d34f15c4f34e902
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ packages:
92
92
* curl
93
93
94
94
Assuming you're on a relatively modern Linux system and have met the
95
- prerequisites, something along these lines should work:
95
+ prerequisites, something along these lines should work. Building from source on
96
+ Windows requires some extra steps: please see the
97
+ [ getting started] [ wiki-get-started ] page on the Rust wiki.
96
98
97
99
~~~~
98
100
## notrust
@@ -103,8 +105,9 @@ $ ./configure
103
105
$ make && make install
104
106
~~~~
105
107
106
- Building from source on windows requires some extra steps, please see
107
- the [ getting started] [ wiki-get-started ] page on the Rust wiki.
108
+ You may need to use ` sudo make install ` if you do not normally have
109
+ permission to modify the destination directory (either ` /usr/local/bin `
110
+ or the directory specified with to ` configure ` with ` --prefix ` ).
108
111
109
112
When complete, ` make install ` will place the following programs into
110
113
` /usr/local/bin ` :
You can’t perform that action at this time.
0 commit comments