We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x.py setup
INSTALL.md
1 parent 58c2dd9 commit af6c032Copy full SHA for af6c032
INSTALL.md
@@ -97,6 +97,11 @@ See [the rustc-dev-guide for more info][sysllvm].
97
`sysconfdir` values are combined with the path from the `DESTDIR`
98
environment variable.
99
100
+ If you are unsure what to use in build configurations and need a good default one,
101
+ you will likely find `x.py setup` more user-friendly. It's an interactive command that
102
+ offers a better experience compared to the `configure` script, and guides you through
103
+ selecting a config profile, setting up LSP, configuring git hooks, etc.
104
+
105
3. Build and install:
106
107
```sh
0 commit comments