summaryrefslogtreecommitdiff
path: root/admin/nt/dist-build/README-windows-binaries
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2017-10-24 18:34:35 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2017-10-24 18:34:35 +0100
commit3fc05cfaecf03a249bb9df1a9566d16ec005c7c3 (patch)
tree5a5ec4c2f4fac8f8d54136d406a456de6e5f986a /admin/nt/dist-build/README-windows-binaries
parent928a106939080df7df6ea158318f5afa5579ddcf (diff)
downloademacs-3fc05cfaecf03a249bb9df1a9566d16ec005c7c3.tar.gz
emacs-3fc05cfaecf03a249bb9df1a9566d16ec005c7c3.tar.bz2
emacs-3fc05cfaecf03a249bb9df1a9566d16ec005c7c3.zip
Scripts to automate windows binary distribution
* admin/nt/dist-build/README-windows-binaries, admin/nt/dist-build/build-dep-zips.py, admin/nt/dist-build/build-zips.sh: New Files
Diffstat (limited to 'admin/nt/dist-build/README-windows-binaries')
-rw-r--r--admin/nt/dist-build/README-windows-binaries45
1 files changed, 45 insertions, 0 deletions
diff --git a/admin/nt/dist-build/README-windows-binaries b/admin/nt/dist-build/README-windows-binaries
new file mode 100644
index 00000000000..27a5483c02b
--- /dev/null
+++ b/admin/nt/dist-build/README-windows-binaries
@@ -0,0 +1,45 @@
+Windows Binaries
+================
+
+Currently, we provide four different binary packages for Emacs, which
+are:
+
+emacs-$VERSION-x86_64.zip
+
+Contains a 64-bit build of Emacs with dependencies. Mostly, this is
+the best one to install.
+
+emacs-$VERSION-x86_64-no-deps.zip
+
+Contains a 64-bit build of Emacs without any dependencies. This may be
+useful if you wish to install where the dependencies are already
+available, or if you want the small possible Emacs.
+
+emacs-$VERSION-i686.zip
+
+Contains a 32-bit build of Emacs with dependencies. This is useful for
+running on a 32-bit machine.
+
+emacs-$VERSION-i686-no-deps.zip
+
+Contains a 32-bit build of Emacs without dependencies
+
+In addition, we provide the following files which will not be useful
+for most end-users.
+
+emacs-26-x86_64-deps.zip
+
+The dependencies. Unzipping this file on top of
+emacs-$VERSION-x86_64-no-deps.zip should result in the same install as
+emacs-$VERSION-x86_64.zip.
+
+emacs-26-i686-deps.zip
+
+The 32-bit version of the dependencies.
+
+emacs-26-deps-mingw-w64-src.zip
+
+The source for the dependencies. Source for Emacs itself is available
+in the main distribution tarball. These dependencies were produced
+from an updated msys2 at the point of the first pre-test. It is not
+intended that these will be updated after that point. \ No newline at end of file