From a141e760f4796027d4c2a09869ba3de879f641ab Mon Sep 17 00:00:00 2001 From: mintty Date: Sun, 24 Dec 2023 00:00:00 +0100 Subject: [PATCH] =?UTF-8?q?project=20page=20(README):=20add=20section=20to?= =?UTF-8?q?=20=C2=ABBuild=20installers=C2=BB=20(#345)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1fc34b0..85aab5f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ environment for this purpose would be installed with the from [cygwin.com](https://cygwin.com/), with additional packages `make`, `gcc-g++`, `unzip`, `zoo`, `patch`, (`lcab`). +#### Build installers #### + +Install a minimal Cygwin environment plus the additional packages as +listed for «Installation from source repository». +Invoke `make pkg` or just `make`. + #### Installation to non-default locations #### (For experts)