comparison INSTALL @ 269:b2472a1930f2 r20-5b33

Import from CVS: tag r20-5b33
author cvs
date Mon, 13 Aug 2007 10:27:19 +0200
parents 084402c475ba
children c5d627a313b1
comparison
equal deleted inserted replaced
268:6ced69ccd85f 269:b2472a1930f2
66 If you link with dynamic (``.so'') external package libraries, which 66 If you link with dynamic (``.so'') external package libraries, which
67 is not recommended, you will also need to add the library directories 67 is not recommended, you will also need to add the library directories
68 to the --site-runtime-libraries option. 68 to the --site-runtime-libraries option.
69 69
70 70
71 3) Decide what Initial Lisp you need with XEmacs. XEmacs is distributed 71 3) Decide what Initial Lisp you need with XEmacs. XEmacs is
72 separately from most of its runtime environment. This is done to make it 72 distributed separately from most of its runtime environment. This is
73 easier for administrators to tune an installation for what the local users 73 done to make it easier for administrators to tune an installation for
74 need. See the file etc/PACKAGES for an overview of what is available and 74 what the local users need. See the file etc/PACKAGES for an overview
75 which packages need to be installed prior to building XEmacs. At this 75 of what is available and which packages need to be installed prior to
76 point you only need a minimum to get started at which point you may install 76 building XEmacs. At this point you only need a minimum to get started
77 what you wish without further changes to the XEmacs binary. A sample 77 at which point you may install what you wish without further changes
78 minimum configuration for a Linux system using Mule and Wnn6 from OMRON 78 to the XEmacs binary. A sample minimum configuration for a Linux
79 corporation would be the packages `mule-base' and `egg-its'. By default, 79 system using Mule and Wnn6 from OMRON corporation would be the
80 packages will be searched for in the directory $prefix/lib/xemacs/packages. 80 packages `mule-base' and `egg-its'. By default, packages will be
81 This may be changed by specifying a different value with the --package-path 81 searched for in the path
82 configuration option. Multiple directories may be specified. 82
83 83 ~/.xemacs::$prefix/lib/xemacs-${version}/mule-packages:$prefix/lib/xemacs/mule-packages:$prefix/lib/xemacs-${version}/packages:$prefix/lib/xemacs/packages
84
85 This may be changed by specifying a different value with the
86 --package-path configuration option.
84 87
85 4) In the top level directory of the XEmacs distribution, run the 88 4) In the top level directory of the XEmacs distribution, run the
86 program `configure' as follows: 89 program `configure' as follows:
87 90
88 ./configure [CONFIGURATION-NAME] [--OPTION[=VALUE]] ... 91 ./configure [CONFIGURATION-NAME] [--OPTION[=VALUE]] ...