aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris2013-02-06 22:23:54 -0800
committerGlenn Morris2013-02-06 22:23:54 -0800
commit8c4b24b2ab14be6d33d4e979f3de6fb85eff6518 (patch)
tree836d8403be35fe8842cdcbd72b0bf7a232257bc6 /nt
parent925baaa91d731fba2d3d9bf16c8af29735f1999c (diff)
parente364bc673cfb92194c7d4a034e3c65ea9137d7ff (diff)
downloademacs-8c4b24b2ab14be6d33d4e979f3de6fb85eff6518.tar.gz
emacs-8c4b24b2ab14be6d33d4e979f3de6fb85eff6518.zip
Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL12
1 files changed, 7 insertions, 5 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 487e5ec0bf8..0c4b50f0c28 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -110,12 +110,14 @@
110 WinZip is known to create some subtle and hard to debug problems, 110 WinZip is known to create some subtle and hard to debug problems,
111 such as converting files to DOS CR-LF format, not creating empty 111 such as converting files to DOS CR-LF format, not creating empty
112 directories, etc. We suggest to use djtarnt.exe from the GNU FTP 112 directories, etc. We suggest to use djtarnt.exe from the GNU FTP
113 site. 113 site. For modern formats, such as .tar.xz, we suggest bsdtar.exe
114 from the libarchive package; its precompiled Windows binaries are
115 available from this site:
116
117 http://sourceforge.net/projects/ezwinports/files/
114 118
115 In addition to this file, you should also read INSTALL.BZR in the 119 In addition to this file, if you build a development snapshot, you
116 parent directory, and make sure that you have a version of 120 should also read INSTALL.BZR in the parent directory.
117 "touch.exe" in your path, and that it will create files that do not
118 yet exist.
119 121
120* Supported development environments 122* Supported development environments
121 123