From: Eric Biggers Date: Sat, 10 Jul 2021 00:56:49 +0000 (-0700) Subject: README.WINDOWS: clarify how to build master branch X-Git-Tag: v1.13.5~7 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=8a5e212bc0a470389aba537b7a9f480c156985c7;p=wimlib README.WINDOWS: clarify how to build master branch --- 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