Mercurial > hg > xemacs-beta
comparison nt/README @ 812:f846c2ef930d
[xemacs-hg @ 2002-04-13 20:31:27 by jhar]
Document that MSVC6 or later required
author | jhar |
---|---|
date | Sat, 13 Apr 2002 20:31:34 +0000 |
parents | 943eaba38521 |
children | ece8c2170578 |
comparison
equal
deleted
inserted
replaced
811:7778a469a8ac | 812:f846c2ef930d |
---|---|
14 systems listed. | 14 systems listed. |
15 | 15 |
16 * Required tools and sources | 16 * Required tools and sources |
17 ============================ | 17 ============================ |
18 | 18 |
19 1. You will need Visual C++ V4.0 or later to compile everything. Personally | 19 1. You will need Visual C++ V6.0 or later to compile everything. |
20 we have tested V4.0, V4.2, V5.0 and v6.0. | |
21 | 20 |
22 Note that Visual C++ assumes that the environment variables INCLUDE and | 21 Note that Visual C++ assumes that the environment variables INCLUDE and |
23 LIB are set to specify the location of the includes and libraries. | 22 LIB are set to specify the location of the includes and libraries. |
24 Your PATH environment variable also needs to include the DevStudio | 23 Your PATH environment variable also needs to include the DevStudio |
25 vc\bin and sharedide\bin directories. | 24 vc\bin and sharedide\bin directories. |
26 | 25 |
27 Visual C++ V5.0 and later install a batch file called vcvars32.bat in | 26 Visual C++ V5.0 and later install a batch file called vcvars32.bat in |
28 c:\Program Files\DevStudio\VC\bin\ (or wherever you installed it) that you | 27 c:\Program Files\Microsoft Visual Studio\VC98\bin\ (or wherever you |
29 can run before building to set up all of these environment variables. | 28 installed it) that you can run before building to set up all of these |
30 Alternatively, you can choose at setup time to have these | 29 environment variables. Alternatively, you can choose at setup time to |
31 environment variables automatically set up in the registry, which | 30 have these environment variables automatically set up in the registry, |
32 is generally a good idea. | 31 which is generally a good idea. |
33 | 32 |
34 | 33 |
35 2. Grab the latest XEmacs source from | 34 2. Grab the latest XEmacs source from |
36 | 35 |
37 ftp://ftp.xemacs.org/pub/xemacs/ | 36 ftp://ftp.xemacs.org/pub/xemacs/ |