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 | |
| 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')
| -rw-r--r-- | docs/USAGE.md | 2 | ||||
| -rw-r--r-- | docs/box64.pod | 4 |
2 files changed, 3 insertions, 3 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. diff --git a/docs/box64.pod b/docs/box64.pod index ae4648b6..2b67c336 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -118,8 +118,8 @@ B<BOX64_LOG> > 1 (may need B<BOX64_SHOWSEGV=1> also) =item B<BOX64_LD_LIBRARY_PATH>=I</path/to/libs> Path to look for x86_64 libraries. Default is current folder and C<lib> in -current folder. Also, F</usr/lib/x86_64-linux-gnu> and -F</lib/x86_64-linux-gnu> are added if they exist. +current folder. Also, F</usr/lib/x86_64-linux-gnu>, +F</lib/x86_64-linux-gnu> and F</usr/lib/box64-x86_64-linux-gnu> are added if they exist. =item B<BOX64_PATH>=I</path/to/bins> |