Mercurial > emacs
comparison mac/INSTALL @ 77507:a1270207745f
Fix description about using colors in terminal.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 26 Apr 2007 09:43:34 +0000 |
parents | 164112c9f92d |
children | c7e647d17190 70bf32a0f523 |
comparison
equal
deleted
inserted
replaced
77506:5b49a7e54645 | 77507:a1270207745f |
---|---|
19 you try to install into /usr (with ./configure --prefix=/usr), then you | 19 you try to install into /usr (with ./configure --prefix=/usr), then you |
20 must install as root using the sudo command. However, it is not | 20 must install as root using the sudo command. However, it is not |
21 recommended; see the notes section below for more details. | 21 recommended; see the notes section below for more details. |
22 | 22 |
23 The --enable-carbon-app specifies that the Carbon GUI application | 23 The --enable-carbon-app specifies that the Carbon GUI application |
24 should be installed into /Applications. If you want it to install in a | 24 should be installed into /Applications. If you want it to install in |
25 different location, specify --enable-carbon-app=<mydir> | 25 a different location, specify --enable-carbon-app=<mydir> |
26 | 26 |
27 You can type `make bootstrap' instead of `make' to rebuild everything, | 27 You can type `make bootstrap' instead of `make' to rebuild everything, |
28 including byte-compiling the Lisp files. | 28 including byte-compiling the Lisp files. |
29 | 29 |
30 If you are compiling on Mac OS X versions before 10.2 and have not | 30 If you are compiling on Mac OS X versions before 10.2 and have not |
58 ./configure --with-x | 58 ./configure --with-x |
59 | 59 |
60 Note that the Carbon-specific functions mentioned above are not | 60 Note that the Carbon-specific functions mentioned above are not |
61 available on the X11-enabled build. | 61 available on the X11-enabled build. |
62 | 62 |
63 To use colors in a terminal, put the following lines in the file | 63 To use colors in Terminal.app on Mac OS X 10.1, put the following |
64 ~/.termcap and log in again. | 64 lines in the file ~/.termcap and log in again. |
65 | 65 |
66 ----- | 66 ----- |
67 # added ANSI color | 67 # added ANSI color |
68 vt100|vt100-am|vt100am|dec vt100:\ | 68 vt100|vt100-am|vt100am|dec vt100:\ |
69 :pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[m:AF=\E[3%dm:AB=\E[4%dm:\ | 69 :pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[m:AF=\E[3%dm:AB=\E[4%dm:\ |