From 3f5461f83982422f9dddcc3c03e137ae9d1e6feb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 31 Mar 2023 00:15:02 -0700 Subject: [PATCH] Include windows-build.sh in the release tarballs --- Makefile.am | 3 ++- README.WINDOWS | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 24864aa3..c5e6a140 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ AM_LDFLAGS = $(PLATFORM_LDFLAGS) EXTRA_DIST = README README.WINDOWS \ COPYING COPYING.GPLv3 COPYING.LGPLv3 \ - examples tools/get-version-number + examples \ + tools/get-version-number tools/windows-build.sh ############################################################################## # Library # diff --git a/README.WINDOWS b/README.WINDOWS index 75b54802..88d68ffb 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -109,10 +109,8 @@ After that, open any MSYS2 shell again and run the following commands: Note: By default the git repository will be on the "master" branch, which is the latest development snapshot. Optionally, you can check out a specific version, e.g. 'cd wimlib && git checkout v1.14.0'. For old versions, please refer to the -documentation for that version, as things may have changed. Also, it is -possible to use a release tarball (e.g. wimlib-1.14.0.tar.gz) instead of the git -repository; however, the windows-build.sh script will not be available in that -case and you will need to handle more things yourself. +documentation for that version, as things may have changed. It is also possible +to use a release tarball (e.g. wimlib-1.14.0.tar.gz) instead of the git repo. Finally, to actually do a build, close the MSYS2 shell you have open, then open one of the following from the Start menu: -- 2.43.0