Mercurial > emacs
comparison mac/INSTALL @ 77505:164112c9f92d
Fix typos (/Application -> /Applications)
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 26 Apr 2007 09:37:29 +0000 |
parents | 92a0e87ff562 |
children | a1270207745f |
comparison
equal
deleted
inserted
replaced
77504:e082c4d6a1e1 | 77505:164112c9f92d |
---|---|
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 /Application. If you want it to install in a | 24 should be installed into /Applications. If you want it to install in a |
25 different location, specify --enable-carbon-app=<mydir> | 25 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 |
42 still meaningful. | 42 still meaningful. |
43 | 43 |
44 To start Emacs as a GUI application from the terminal, the pathname to | 44 To start Emacs as a GUI application from the terminal, the pathname to |
45 the executable in the bundle, i.e., | 45 the executable in the bundle, i.e., |
46 | 46 |
47 /Application/Emacs.app/Contents/MacOS/Emacs | 47 /Applications/Emacs.app/Contents/MacOS/Emacs |
48 | 48 |
49 must be typed to the shell to enable Emacs to locate its resources | 49 must be typed to the shell to enable Emacs to locate its resources |
50 correctly. You may want to create an alias to this path to quickly | 50 correctly. You may want to create an alias to this path to quickly |
51 access both the terminal and GUI versions. You can specify some | 51 access both the terminal and GUI versions. You can specify some |
52 standard Emacs options when invoking Emacs in this way. | 52 standard Emacs options when invoking Emacs in this way. |