From 85834a992320394884976e7df6ba0b3268c2110f Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 11 Nov 2025 14:41:41 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c480db..a2a2655 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,8 @@ This will cross-compile the fixture executables, run them through `wibo`, and fa ## License -wibo is licensed under the MIT License. See `LICENSE` for details. +wibo is licensed under the MIT License. See [`LICENSE`](LICENSE) for details. + +Optionally, wibo embeds a custom build of Wine's `msvcrt.dll` from [encounter/winedll](https://github.com/encounter/winedll). To disable, set `-DMSVCRT_DLL=`. + +Wine is licensed under the LGPLv2.1+. See [`winedll/LICENSE`](https://github.com/encounter/winedll/blob/main/LICENSE) and [`winedll/COPYING.LIB`](https://github.com/encounter/winedll/blob/main/COPYING.LIB) for details.