From b34a50b38160d8455763773888130ecc4e18042a Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 4 Sep 2024 20:13:58 +0800 Subject: [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791) * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel --- docs/USAGE.md | 2 +- docs/box64.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 > 1 (may need B also) =item B=I Path to look for x86_64 libraries. Default is current folder and C in -current folder. Also, F and -F are added if they exist. +current folder. Also, F, +F and F are added if they exist. =item B=I -- cgit 1.4.1