Mercurial > hg > xemacs-beta
comparison nt/README @ 308:33bdb3d4b97f r21-0b52
Import from CVS: tag r21-0b52
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:42:44 +0200 |
parents | 70ad99077275 |
children | 341dac730539 |
comparison
equal
deleted
inserted
replaced
307:42d630fd9bd8 | 308:33bdb3d4b97f |
---|---|
8 and others who worked on the GNU Emacs port to NT. Their version is available | 8 and others who worked on the GNU Emacs port to NT. Their version is available |
9 from http://www.cs.washington.edu/homes/voelker/ntemacs.html | 9 from http://www.cs.washington.edu/homes/voelker/ntemacs.html |
10 | 10 |
11 To get it working you will need: | 11 To get it working you will need: |
12 | 12 |
13 1. You will need Visual C++ V4.2 or later to compile everything. Personally we | 13 1. You will need Visual C++ V4.0 or later to compile everything. Personally we |
14 have tested V4.2 and V5.0. | 14 have tested V4.0, V4.2 and V5.0. |
15 Note that Visual C++ assumes a couple of environment variables INCLUDE and | 15 Note that Visual C++ assumes a couple of environment variables INCLUDE and |
16 LIB to be set which specify the location of the includes and libraries. | 16 LIB to be set which specify the location of the includes and libraries. |
17 At this point you can select X or Win32 native support. | 17 Your PATH environment variable also needs to include the DevStudio vc\bin |
18 and sharedide\bin directories. | |
19 Visual C++ V5.0 installs a batch file called vcvars32.bat in | |
20 c:\Program Files\DevStudio\VC\bin\ (or wherever you installed it) that you | |
21 can run before building to set up all of these environment variables. | |
18 | 22 |
19 2. Grab the latest XEmacs source from ftp.xemacs.org if necessary. All Win32 | 23 2. Grab the latest XEmacs source from ftp.xemacs.org if necessary. All Win32 |
20 support is in the nt\ subdirectory. You'll also need the xemacs-base | 24 support is in the nt\ subdirectory. You'll also need the xemacs-base |
21 package from the binary-packages subdirectory and you'll probably also | 25 package from the binary-packages subdirectory and you'll probably also |
22 want at least the edit-utils, text-utils, cc-mode and prog-utils packages. | 26 want at least the edit-utils, text-utils, cc-mode and prog-utils packages. |
23 Unpack the packages into, say, "c:\Program Files\XEmacs\packages". | 27 Unpack the packages into, say, "c:\Program Files\XEmacs\packages". |
24 | 28 |
29 3. At this point you can select X or Win32 native GUI support. | |
25 | 30 |
26 If you want to build for native GUI: | 31 If you want to build for native GUI: |
27 | 32 |
28 1. If you want XPM and toolbar support grab the latest version of the xpm | 33 1. If you want XPM and toolbar support grab the latest version of the xpm |
29 sources (xpm-3.4k.tar.gz at time of writing) and unpack them somewhere. | 34 sources (xpm-3.4k.tar.gz at time of writing) and unpack them somewhere. |