From 8a5e212bc0a470389aba537b7a9f480c156985c7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 9 Jul 2021 17:56:49 -0700 Subject: [PATCH] README.WINDOWS: clarify how to build master branch --- README.WINDOWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.WINDOWS b/README.WINDOWS index 0c6f3740..ad03e165 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -157,11 +157,12 @@ install the following additional Cygwin packages: - wget (category "Web") Then, in a Cygwin terminal, clone the git repository, checkout the wimlib -version you want, bootstrap the repository, and run the Windows release script: +version you want (if you don't want to build the latest master branch), +bootstrap the repository, and run the Windows release script: git clone git://wimlib.net/wimlib cd wimlib - git checkout v1.13.0 + git checkout v1.13.0 # example only; omit if building the master branch ./bootstrap ./tools/make-windows-release x86_64 -- 2.43.0