about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-09-15 14:07:46 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-09-15 14:07:46 +0200
commit21c56e78988e424ef027985312b4e376a84c15f9 (patch)
treefb7e9d8ab5f0ea72b705ccd8e2d15238da070558 /docs
parent7c74e7be35d9f235b4c308aac2ab8c32bdd40f90 (diff)
downloadbox64-21c56e78988e424ef027985312b4e376a84c15f9.tar.gz
box64-21c56e78988e424ef027985312b4e376a84c15f9.zip
Improved usage of x86_64 bash with BOX64_BASH env var
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index aa7c9a49..202062af 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -192,6 +192,11 @@ Disables the load of vulkan libraries.
  * 0 : Load vulkan libraries if found.

  * 1 : Disables the load of vulkan libraries, both the native and the i386 version (can be useful on Pi4, where the vulkan driver is not quite there yet.)

 

+#### BOX64_BASH

+Define x86_64 bash to launch script

+ * yyyy

+ Will use yyyy as x86_64 bash to launch script. yyyy needs to be a full path to a valid x86_64 version of bash

+

 #### BOX64_ENV

  * XXX=yyyy

  will add XXX=yyyy env. var.