diff options
author | Dylan Baker <[email protected]> | 2018-09-18 09:09:47 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-09-21 10:03:15 -0700 |
commit | be56f8a788582011db8c0909178ba8267c1eba36 (patch) | |
tree | 2fc4cdfbd3d8c033dcd5db13daa68e54f39e7f4a /docs | |
parent | e0829f9c1a1e92e26002d34d20b7a65e75af2547 (diff) |
docs/meson: Add note about llvm-config$version and llvm-config-$version
v2: - fix typo
These are how FreeBSD and Debian handle multiple versions of LLVM
installed at the same time, respectively.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/meson.html b/docs/meson.html index dcad062c0a1..ece64673107 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -127,9 +127,10 @@ the popular compilers, a complete list is available <dt><code>LLVM</code></dt> -<dd><p>Meson includes upstream logic to wrap llvm-config using it's standard +<dd><p>Meson includes upstream logic to wrap llvm-config using its standard dependency interface. It will search <code>$PATH</code> (or <code>%PATH%</code> on windows) for -llvm-config, so using an LLVM from a non-standard path is as easy as +llvm-config (and llvm-config$version and llvm-config-$version), so using an +LLVM from a non-standard path is as easy as <code>PATH=/path/with/llvm-config:$PATH meson build</code>. </p></dd> </dl> |