Mercurial > hg > xemacs-beta
comparison lisp/vm/README @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 859a2309aef8 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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. The old v18 support code has been left | 8 or may not work under v18. |
9 in place for those hardy souls who want to attempt it anyway. | |
10 | 9 |
11 1) Do one of these: | 10 1) Do one of these: |
12 `make'. | 11 `make'. |
13 `make vm.info' to build the Info online help document. | 12 `make vm.info' to build the Info online help document. |
14 `make all' to make everything. | 13 `make all' to make everything. |
15 Ignore the compiler warnings. | 14 Ignore the compiler warnings. |
16 | 15 |
17 2) Put all the .elc files into a Lisp directory that Emacs knows | 16 2) Put all the .elc files into a Lisp directory that Emacs knows |
18 about. (see load-path). | 17 about. (see load-path). |
19 | 18 |
20 3) If you're using XEmacs 19.14 and you want toolbar support, | 19 3) If you're using XEmacs 19.12 and you want toolbar support, |
21 make a directory called `vm' in the XEmacs `etc' directory. | 20 make a directory called `vm' in the XEmacs `etc' directory. |
22 Copy the files in pixmaps directory into the directory you | 21 Copy the files in pixmaps directory into the directory you |
23 just created. VM will look for the pixmap there by default. | 22 just created. VM will look for the pixmap there by default. |
24 | 23 |
25 Alternately you can put the pixmap files in any directory you | 24 Alternately you can put the pixmap files in any directory you |