From c9747734dc4ec057353bf07ea55767806a5f409c Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 20 May 2022 12:56:59 -0400 Subject: [PATCH] document license generation/display --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 67052ad..0cd6406 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ console wrapper. install.exe - the windows installer, which sets up shortcuts to launch Firefox on Windows. +When generating a Windows build it's important to make sure that the +licenses for all the bundled softare is included. This should happen +automatically. When bundling software, describe the terms and where +they are applied in the `LICENSE.index`, then add the full license +to the `licenses` directory. Then, add the full license to the `cat` +command in the `build/licenses` make target. The build/licenses +target is run automatically during the build process. + Unix Support ------------