Mercurial > hg > xemacs-beta
comparison lisp/vm/README @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
3 0) Look at the Makefile and change the values of EMACS_VERSION, | 3 0) Look at the Makefile and change the values of EMACS_VERSION, |
4 EMACS, INFODIR, LISPDIR, and PIXMAPDIR. If they are not right for your | 4 EMACS, INFODIR, LISPDIR, and PIXMAPDIR. If they are not right for your |
5 system, change them. | 5 system, change them. |
6 | 6 |
7 Note that version 18 of Emacs is no longer supported. VM may | 7 Note that version 18 of Emacs is no longer supported. VM may |
8 or may not work under v18. | 8 or may not work under v18. The old v18 support code has been left |
9 in place for those hardy souls who want to attempt it anyway. | |
9 | 10 |
10 1) Do one of these: | 11 1) Do one of these: |
11 `make'. | 12 `make'. |
12 `make vm.info' to build the Info online help document. | 13 `make vm.info' to build the Info online help document. |
13 `make all' to make everything. | 14 `make all' to make everything. |
14 Ignore the compiler warnings. | 15 Ignore the compiler warnings. |
15 | 16 |
16 2) Put all the .elc files into a Lisp directory that Emacs knows | 17 2) Put all the .elc files into a Lisp directory that Emacs knows |
17 about. (see load-path). | 18 about. (see load-path). |
18 | 19 |
19 3) If you're using XEmacs 19.12 and you want toolbar support, | 20 3) If you're using XEmacs 19.14 and you want toolbar support, |
20 make a directory called `vm' in the XEmacs `etc' directory. | 21 make a directory called `vm' in the XEmacs `etc' directory. |
21 Copy the files in pixmaps directory into the directory you | 22 Copy the files in pixmaps directory into the directory you |
22 just created. VM will look for the pixmap there by default. | 23 just created. VM will look for the pixmap there by default. |
23 | 24 |
24 Alternately you can put the pixmap files in any directory you | 25 Alternately you can put the pixmap files in any directory you |