Skip to content

Commit f25e38d

Browse files
committed
Add Linux to intro
1 parent 506eece commit f25e38d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Let's pretend your application is the [official ASCII art application for C# .NE
1313
| | ... and running GUIs and accessing GPUs/AI is difficult inside containers |
1414
| write a `nix` package and distribute a `nix` cache | most desktop users are not Linux users |
1515

16-
**Instead** tell your users to run the following on Windows with PowerShell or in a macOS shell:
16+
**Instead** tell your users to run the following on Windows with PowerShell or in a macOS/Linux shell:
1717

1818
<!-- $MDX skip -->
1919
```console
@@ -85,6 +85,8 @@ Skip down to [Comparisons](#comparisons) for how `dk` fits with other tools.
8585
The build system specifications are at [docs/SPECIFICATION.md](docs/SPECIFICATION.md).
8686
The [Apache 2.0 and OSL 3.0 open source](https://gitlab.com/dkml/build-tools/MlFront#licenses) `dksrc/dk0` reference implementation is documented in the next sections, but as of December 2025 it has not been updated to use the simpler, Lua-based scripting.
8787

88+
Requirements: `dksrc/dk0` works on Windows, macOS and Linux, with Linux needing `curl` installed. For now the `.NET` build rules require `glibc` on Linux (Debian, Ubuntu, RHEL, etc.), but the build system is statically linked on Linux and does not require `glibc`.
89+
8890
We'll start explaining the build system by unpackaging the popular zip compression software "7zip". (dk has no affliation with 7zip.)
8991

9092
---

0 commit comments

Comments
 (0)