aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-01-04 12:20:18 +0000
committerRon Yorston <rmy@pobox.com>2017-01-04 12:20:18 +0000
commitc66975af0b5335b9cdd156206767756237bd814b (patch)
tree7452f0690adc0c67589302266e34aa6a9db527d2 /README.md
parenta9e9a81f031ecc0026e88540c31b68008e4d2df9 (diff)
downloadbusybox-w32-c66975af0b5335b9cdd156206767756237bd814b.tar.gz
busybox-w32-c66975af0b5335b9cdd156206767756237bd814b.tar.bz2
busybox-w32-c66975af0b5335b9cdd156206767756237bd814b.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f83900cc7..06720791f 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,4 @@ Then just `make`.
20 - Handling of users, groups and permissions is totally bogus. The system only admits to knowing about the current user and always returns the same hardcoded uid, gid and permission values. 20 - Handling of users, groups and permissions is totally bogus. The system only admits to knowing about the current user and always returns the same hardcoded uid, gid and permission values.
21 - Some crufty old Windows code (Windows XP, cmd.exe) doesn't like forward slashes in environment variables. The -X shell option (which must be the first argument) prevents busybox-w32 from changing backslashes to forward slashes. If Windows programs don't run from the shell it's worth trying it. 21 - Some crufty old Windows code (Windows XP, cmd.exe) doesn't like forward slashes in environment variables. The -X shell option (which must be the first argument) prevents busybox-w32 from changing backslashes to forward slashes. If Windows programs don't run from the shell it's worth trying it.
22 - If you want to install 32-bit BusyBox in a system directory on a 64-bit version of Windows you should put it in `C:\Windows\SysWOW64`, not `C:\Windows\System32` as you might expect. On 64-bit systems the latter is for 64-bit binaries. 22 - If you want to install 32-bit BusyBox in a system directory on a 64-bit version of Windows you should put it in `C:\Windows\SysWOW64`, not `C:\Windows\System32` as you might expect. On 64-bit systems the latter is for 64-bit binaries.
23 - ANSI escape sequences are emulated by converting to the equivalent in the Windows console API. Setting the environment variable `BB_SKIP_ANSI_EMULATION` will cause ANSI escapes to be passed to the console without emulation. This may be useful for Windows consoles that support ANSI escapes (e.g. ConEmu).