Mercurial > emacs
comparison mac/INSTALL @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | 4d9ad5d4f2d4 |
children | d9dc58d31ffb d7ddb3e565de 68c22ea6027c |
comparison
equal
deleted
inserted
replaced
49599:5ade352e8d1c | 49600:23a1cea22d13 |
---|---|
86 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ | 86 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ |
87 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:\ | 87 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:\ |
88 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr: | 88 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr: |
89 ----- | 89 ----- |
90 | 90 |
91 To build the `info' files in versions prior to Mac OS X 10.2, you need | 91 To build the `info' files in versions prior to Mac OS X 10.2, you need |
92 to install the texinfo software. | 92 to install the texinfo software. |
93 | 93 |
94 To install from source, obtain texinfo-4.2.tar.gz from ftp.gnu.org or | 94 To install from source, obtain texinfo-4.2.tar.gz from ftp.gnu.org or |
95 a mirror. Un-tar it, enter its directory and type | 95 a mirror. Un-tar it, enter its directory and type |
96 | 96 |
97 ./configure | 97 ./configure |
98 make | 98 make |
99 make install | 99 make install |
100 | 100 |
101 The last step may need to be performed as root (sudo make install). | 101 The last step may need to be performed as root (sudo make install). |
102 | 102 |
103 You may also like to install ispell, which will allow you to use | 103 You may also like to install ispell, which will allow you to use |
104 ispell and flyspell-mode. To install ispell from source, you first | 104 ispell and flyspell-mode. To install ispell from source, you first |
105 need to install GNU textutils. | 105 need to install GNU textutils. |
106 | 106 |
108 Un-tar it, enter its directory, type | 108 Un-tar it, enter its directory, type |
109 | 109 |
110 ./configure --host=powerpc-apple-bsd | 110 ./configure --host=powerpc-apple-bsd |
111 make | 111 make |
112 make install | 112 make install |
113 | 113 |
114 Again, the last step may need to be performed as root. Note that if you | 114 Again, the last step may need to be performed as root. Note that if you |
115 run `make check', the test for `pr' will fail. | 115 run `make check', the test for `pr' will fail. |
116 | 116 |
117 Get and un-tar ispell-3.2.06.tar.gz. Look for it here: | 117 Get and un-tar ispell-3.2.06.tar.gz. Look for it here: |
118 | 118 |
146 After running, an compressed disk image of the installer will be placed | 146 After running, an compressed disk image of the installer will be placed |
147 in a file called EmacsInstaller.dmg. This file can be then distributed | 147 in a file called EmacsInstaller.dmg. This file can be then distributed |
148 to whomever would like a binary distribution. Here are the common | 148 to whomever would like a binary distribution. Here are the common |
149 options to user | 149 options to user |
150 | 150 |
151 --with-x - Use the X11 GUI instead of the Carbon GUI. | 151 --with-x - Use the X11 GUI instead of the Carbon GUI. |
152 --prefix=DIR - Place the common emacs files in the given DIR. The | 152 --prefix=DIR - Place the common emacs files in the given DIR. The |
153 default is /usr/local. See note below if placing | 153 default is /usr/local. See note below if placing |
154 in /usr | 154 in /usr |
155 --self-contained - Place the common emacs files inside the Emacs.app | 155 --self-contained - Place the common emacs files inside the Emacs.app |
156 itself. This makes the application trivial to | 156 itself. This makes the application trivial to |
157 uninstall and copy between computers. | 157 uninstall and copy between computers. |
158 --app-symlink - Use a symlink inside the Application to the | 158 --app-symlink - Use a symlink inside the Application to the |
159 $prefix/bin/emacs to reduce disk space. Note, this | 159 $prefix/bin/emacs to reduce disk space. Note, this |
160 option may removed in the future. | 160 option may removed in the future. |
161 | 161 |
162 If you are intending to build a binary distribution for X windows, you | 162 If you are intending to build a binary distribution for X windows, you |
163 will probably want to follow the directions above to create static | 163 will probably want to follow the directions above to create static |