Skip to content

Commit

Permalink
add clarity for custom path installation
Browse files Browse the repository at this point in the history
install.sysconfdir is another value, in addition to install.prefix,
that could be set for custom path installation.

Signed-off-by: Naveen R. Iyer <[email protected]>
  • Loading branch information
iyernaveenr committed Sep 29, 2024
1 parent ed04567 commit cd2aab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ See [the rustc-dev-guide for more info][sysllvm].
```

If you plan to use `x.py install` to create an installation, it is
recommended that you set the `prefix` value in the `[install]` section to a
directory: `./configure --set install.prefix=<path>`
recommended that you set the `prefix` and `sysconfdir` values in the
`[install]` section to a directory: `./configure --set install.prefix=<path>
--set install.sysconfdir=<path>
3. Build and install:
Expand Down

0 comments on commit cd2aab6

Please sign in to comment.