aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: changes to console mode handlingRon Yorston2023-03-051-1/+1
| | | | | | | | | | | | | | | | | | | Add the environment variable BB_TERMINAL_MODE as a more general way of controlling console/terminal mode setting. The default remains unchanged: use virtual terminal mode for output if possible but fall back to the console API with emulated ANSI escape sequences. Currently valid settings are: 0 Force use of console mode 1 Force use of virtual terminal mode for output 5 Prefer virtual terminal mode for output, fall back to console Other values won't do anything useful until code elsewhere has been updated. BB_SKIP_ANSI_EMULATION remains available for backwards compatibility. If both variables are set BB_TERMINAL_MODE takes precedence.
* Update README.mdRon Yorston2022-11-091-7/+3
| | | | Microsoft Windows build now uses w64devkit.
* Update READMEFRP-4264-gc79f13025Ron Yorston2021-07-251-2/+4
|
* Update README.mdRon Yorston2021-03-171-1/+1
| | | | Suggest not "cross compiling" on Windows.
* Add Windows build info to README.mdRon Yorston2021-02-211-3/+7
|
* Reformat README.mdRon Yorston2021-02-101-2/+1
|
* Link to page on pathnames from README.mdRon Yorston2021-02-101-4/+5
|
* Update READMERon Yorston2021-02-071-2/+5
|
* Clarify build requirementsRon Yorston2020-05-271-1/+7
|
* Update README.mdRon Yorston2020-05-261-2/+2
| | | | MinGW is no longer supported in EPEL.
* Update README.mdRoss Smith II2019-12-011-1/+1
|
* win32: use manifest provided by MinGW-w64Ron Yorston2019-02-211-1/+1
| | | | | | | | | The manifest included here wasn't effective in telling Windows about version compatibility. Use the default manifest provided by MinGW-w64 instead. On Fedora this requires installing the mingw32-windows-default-manifest and/or mingw64-windows-default-manifest packages.
* Update README.mdRon Yorston2018-06-061-1/+1
|
* Add a note about /dev/urandom to README.mdRon Yorston2018-03-271-0/+1
|
* Update README.mdRon Yorston2017-01-041-0/+1
|
* Add email address to READMERon Yorston2016-05-261-1/+1
|
* Update README.mdRon Yorston2015-10-151-3/+3
|
* ash: don't convert path delimiters for certain environment variablesRon Yorston2015-07-301-1/+1
| | | | | | | The SYSTEMROOT and COMSPEC environment variables are known to cause problems for Windows applications if they contain forward slashes rather than backslashes. So don't convert them, even if the -X flag isn't present.
* Add some more build details to README.mdRon Yorston2015-06-231-1/+1
|
* Update README.mdRon Yorston2015-06-161-1/+2
|
* ash: add winxp optionRon Yorston2015-06-051-0/+1
| | | | | | | | | In some circumstances Windows XP and Windows Server 2003 seem to dislike environment variables with backslashes in paths. The 'winxp' option prevents BusyBox from changing backslashes to slashes in the environment. Although the option can be managed by the 'set' builtin it only works if '-X' is given as the first argument to the shell.
* Enable seamless compression for WIN32Ron Yorston2015-05-271-1/+0
| | | | | | | | | | | | | | | | In the archival code we pretend that WIN32 is a no-MMU platform and use the new mingw_popen_fd routine to pipe data to/from commands to compress/decompress. The pretence is maintained by redefining MMU macros in bb_archive.h. This is mostly used in the archival code but there are a handful of places where it's used to access public interfaces. The symbol BB_ARCHIVE_PUBLIC is defined in these places. With these changes: tar supports seamless compression/decompression rpm2cpio and dpkg-deb can be enabled
* mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-0/+1
| | | | | This makes it possible to enable the id and groups applets, though the results they return are worthless.
* Update README.mdRon Yorston2015-04-301-1/+1
|
* Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-0/+1
| | | | | | | | | | mingw64 handles globbing differently from mingw32. Add code to allow globbing to be enabled. (By default mingw64 has globbing disabled, though the default can be changed when it's compiled.) Also change the configuration option from ENABLE_NOGLOB to ENABLE_GLOBBING, because double negatives make me think too much. The default is still for globbing to be disabled.
* Update READMERon Yorston2015-01-071-0/+19