You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[WSL](https://learn.microsoft.com/windows/wsl/"Windows Subsystem for Linux")
86
87
-**macOS:**
87
88
-[Homebrew](https://brew.sh/) package manager with installed GNU packages; [`bash`](https://formulae.brew.sh/formula/bash) and [`coreutils`](https://formulae.brew.sh/formula/coreutils) is a recommended bare minimum
88
89
- OS comes with a pre-installed GNU-like toolkit
89
90
-**Linux:**
91
+
-[BusyBox](http://www.busybox.net/)
90
92
- OS comes with a pre-installed GNU toolkit
91
93
94
+
#### Built-in Toolkits
95
+
96
+
GNU-TK packages come with the following built-in toolkits to guarantee that GNU tools minimally work even when no specialized toolkit is available:
Internally, `gnu-tk` automatically finds and selects an appropriate GNU toolkit installed in the system, and then executes a specified command using it.
0 commit comments