Changeset 4210 for trunk/admin/nt/README-ftp-server
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/admin/nt/README-ftp-server (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/nt/README-ftp-server
r4190 r4210 2 2 Emacs for Windows 3 3 4 Version 2 1.35 6 April 22, 20034 Version 22.1 5 6 May 22, 2007 7 7 8 8 This directory contains source and precompiled distributions for GNU 9 Emacs on Windows NT/2000/XP and Windows 95/98/Me. This port is a part10 of the standard GNU Emacs distribution from the Free Software9 Emacs on Windows NT/2000/XP and Windows 95/98/Me. This port is a 10 part of the standard GNU Emacs distribution from the Free Software 11 11 Foundation; the precompiled distributions are provided here for 12 convenience since, unlike Unix, the majority of Windows users do not 13 have access to a compiler (and, besides, do you really want to compile 14 Emacs when you don't have to?). 12 convenience since the majority of Windows users are not accustomed 13 to compiling programs themselves. 15 14 16 15 If you have access to the World Wide Web, I would recommend pointing … … 28 27 If you want to redistribute any of the precompiled distributions of 29 28 Emacs, be careful to check the implications of the GPL. For instance, 30 if you put the emacs-2 1.3-bin-i386.tar.gz file from this directory on29 if you put the emacs-22.1-bin-i386.tar.gz file from this directory on 31 30 an Internet site, you must arrange to distribute the source files of 32 the SAME version (i.e. emacs-21.3-src.tar.gz).31 the SAME version (i.e. ../emacs-22.1.tar.gz). 33 32 34 33 Making a link to our copy of the source is NOT sufficient, since we … … 37 36 38 37 39 * Distributions in .tar.gz format40 41 Emacs is distributed primarily as a set of large gzipped tar files38 * Distributions in .tar.gz and .zip format 39 40 Emacs is distributed primarily as source code in a large gzipped tar file 42 41 (*.tar.gz). Because Emacs is quite large and therefore difficult to 43 download over unreliable connections, it is provided in several 44 combinations, ranging from the complete source plus executables, to 45 just the minimal amount needed to run without any source, plus a 46 couple of optional packages. Here are the combinations (i386 in the 47 name indicates a tarball contains executables compiled for 48 Intel-compatible x86 systems): 42 download over unreliable connections, the Windows binaries are provided 43 in several combinations, ranging from the complete source plus executables, 44 to just the minimal amount needed to run without any source, plus a 45 couple of optional packages. Formerly, we used the same .tar.gz format 46 but since there are no longer legal problems with .zip files, and the 47 latest versions of Windows support these natively, the Windows binaries 48 of Emacs are now distributed as .zip files. 49 Here are the combinations (i386 in the name indicates a zipfile contains 50 executables compiled for Intel-compatible x86 systems): 49 51 50 52 + Primary precompiled distribution, including lisp source: 51 53 52 emacs-21.3-fullbin-i386.tar.gz 53 54 + Minimal precompiled distribution, which excludes lisp source: 55 56 emacs-21.3-bin-i386.tar.gz 57 58 You can download emacs-21.3-lisp.tar.gz to get the lisp source, if 59 you later decide you want it - it is useful for understanding how 60 packages work, and how they can best be setup or customized. 61 54 emacs-22.1-bin-i386.zip 62 55 63 56 NB. If you just want to run Emacs, get one of the distributions above. 64 57 65 66 + Bare executables, only useful if you want to get the complete source 67 release below, but can't compile Emacs yourself: 68 69 emacs-21.3-barebin-i386.tar.gz (requires emacs-21.3-src.tar.gz) 70 71 + Undumped executable, only needed for rebuilding Emacs after changing 72 certain core lisp files: 73 74 emacs-21.3-undumped-i386.tar.gz 75 76 + Optional package providing the Library of Emacs Input Methods for 77 typing non-ascii characters, notably Chinese, Japanese and Korean, 78 but also including European and other character sets: 79 80 emacs-21.3-leim.tar.gz 58 + Bare executables, useful if you want to get the complete source 59 release, but can't compile Emacs yourself: 60 61 emacs-22.1-barebin-i386.zip (requires ../emacs-22.1.tar.gz) 81 62 82 63 + The complete official source for Emacs: 83 64 84 emacs-21.3-src.tar.gz 85 86 + The complete official source for LEIM: 87 88 leim-21.3-src.tar.gz 89 65 ../emacs-22.1.tar.gz 90 66 91 67 * Distributions for non-x86 platforms … … 94 70 platforms supported by Windows NT no longer seem to be in demand, 95 71 and Emacs is yet to be ported to 64bit Windows platforms. If you are 96 willing to help port Emacs to 64bit versions of Windows, your72 willing to help port Emacs 23 to 64bit versions of Windows, your 97 73 contribution will be welcome on the emacs-devel mailing list. 98 74 99 75 * Unpacking distributions 100 76 101 Ports of GNU gzip and GNU tar for handling the distribution file102 format scan be found in several places that distribute ports of GNU77 Ports of GNU gzip and GNU tar for handling the source distribution file 78 format can be found in several places that distribute ports of GNU 103 79 programs, for example: 104 80 … … 133 109 djtarnt: simply type return to continue (this is harmless). 134 110 111 The precompiled binaries can be unpacked using unzip.exe from info-zip.org 112 if you do not already have other tools to do this. 113 114 % unzip some.zip 115 135 116 Once you have unpacked a precompiled distribution of Emacs, it should 136 117 have the following subdirectories: … … 144 125 the following to be sure the distribution was not corrupted: 145 126 146 + Be sure to disable the CR/LF translation or the executables will be147 unusable. Older versions of WinZip would enable this translation148 by default. If you are using WinZip, disable it. (I don't have149 WinZip myself, and I do not know the specific commands necessary150 to disable it.)127 + Be sure to disable the CR/LF translation or the executables will 128 be unusable. Older versions of WinZip would enable this 129 translation by default when unpacking .tar files. If you are 130 using WinZip, disable it. (I don't have WinZip myself, and I do 131 not know the specific commands necessary to disable it.) 151 132 152 133 + Check that filenames were not truncated to 8.3. For example, there
