diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-09-04 20:13:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 14:13:58 +0200 |
| commit | b34a50b38160d8455763773888130ecc4e18042a (patch) | |
| tree | ff533717e5a1fda7a5b237281b71f545f0b3dba6 /docs/USAGE.md | |
| parent | a973c53ea2a728460fbe6f233fd428b6db008aac (diff) | |
| download | box64-b34a50b38160d8455763773888130ecc4e18042a.tar.gz box64-b34a50b38160d8455763773888130ecc4e18042a.zip | |
[X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel
Diffstat (limited to 'docs/USAGE.md')
| -rw-r--r-- | docs/USAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 8d14f778..ca25a127 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -30,7 +30,7 @@ Disables Box64 printing its version and build #### BOX64_LD_LIBRARY_PATH * Path to look for x86_64 libraries. Default is current folder and `lib` in current folder. -Also, `/usr/lib/x86_64-linux-gnu` and `/lib/x86_64-linux-gnu` are added if they exist. +Also, `/usr/lib/x86_64-linux-gnu`, `/lib/x86_64-linux-gnu` and `/usr/lib/box64-x86_64-linux-gnu` are added if they exist. #### BOX64_PATH * Path to look for x86_64 executable. Default is current folder and `bin` in current folder. |