Commit 89a7a2b
Martin Belanger
doc: document default installation paths and how to override them
The meson defaults (prefix=/usr/local, sysconfdir=etc) cause files to
be installed under /usr/local rather than the standard system locations,
which often confuses users expecting /usr/bin, /usr/lib, /etc.
Add an "Installation paths" subsection explaining the defaults and
showing how to configure meson for a distro-style install:
meson setup .build --prefix /usr --sysconfdir /etc
Signed-off-by: Martin Belanger <[email protected]>1 parent f8b25d0 commit 89a7a2b
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
80 | 106 | | |
81 | 107 | | |
82 | 108 | | |
| |||
0 commit comments