We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b3b13 commit 71dfb01Copy full SHA for 71dfb01
README.md
@@ -45,6 +45,22 @@ of the rustc-guide instead._
45
$ ./x.py build && sudo ./x.py install
46
```
47
48
+ If after running `sudo ./x.py install` you see an error message like
49
+
50
+ ```
51
+ error: failed to load source for a dependency on 'cc'
52
53
54
+ then run these two commands and then try `sudo ./x.py install` again:
55
56
57
+ $ cargo install cargo-vendor
58
59
60
61
+ $ cargo vendor
62
63
64
> ***Note:*** Install locations can be adjusted by copying the config file
65
> from `./config.toml.example` to `./config.toml`, and
66
> adjusting the `prefix` option under `[install]`. Various other options, such
0 commit comments