diff options
| author | Glenn Morris | 2012-08-06 23:56:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-06 23:56:08 -0700 |
| commit | 1ff8a4e98cd0c858a142b35a62b452a36449d259 (patch) | |
| tree | 0f727abfda97bf416bf0b58b22b8bd6152dc300e | |
| parent | e69b09607980b55ee15d60424072feac4b6e72a6 (diff) | |
| download | emacs-1ff8a4e98cd0c858a142b35a62b452a36449d259.tar.gz emacs-1ff8a4e98cd0c858a142b35a62b452a36449d259.zip | |
Grammar fixes
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -319,17 +319,17 @@ systems which support that. | |||
| 319 | 319 | ||
| 320 | Use --without-sound to disable sound support. | 320 | Use --without-sound to disable sound support. |
| 321 | 321 | ||
| 322 | Use --disable-features if you want to build small executable with | 322 | Use --disable-features if you want to build a small executable with |
| 323 | the minimal dependencies from an external libraries, at the cost | 323 | the minimal dependencies on external libraries, at the cost |
| 324 | of disabling most of the features which are enabled by default. | 324 | of disabling most of the features that are normally enabled by default. |
| 325 | Using --disable-features is equivalent to --without-sound --without-dbus | 325 | Using --disable-features is equivalent to: --without-sound --without-dbus |
| 326 | --without-libotf --without-selinux --without-xft --without-gsettings | 326 | --without-libotf --without-selinux --without-xft --without-gsettings |
| 327 | --without-gnutls --without-rsvg --without-xml2 --without-gconf | 327 | --without-gnutls --without-rsvg --without-xml2 --without-gconf |
| 328 | --without-imagemagick --without-m17n-flt --without-jpeg --without-tiff | 328 | --without-imagemagick --without-m17n-flt --without-jpeg --without-tiff |
| 329 | --without-gif --without-png --without-gpm. Note that --disable-features | 329 | --without-gif --without-png --without-gpm. Note that --disable-features |
| 330 | leaves X support enabled, and using GTK2 or GTK3 toolkit creates a lot | 330 | leaves X support enabled, and using the GTK2 or GTK3 toolkit creates a lot |
| 331 | of library dependencies. So if you want to build small executable with | 331 | of library dependencies. So if you want to build a small executable with |
| 332 | the very basic X support, use --disable-features --with-x-toolkit=no. | 332 | very basic X support, use --disable-features --with-x-toolkit=no. |
| 333 | For the smallest possible executable without X, use --disable-features | 333 | For the smallest possible executable without X, use --disable-features |
| 334 | --without-x. | 334 | --without-x. |
| 335 | 335 | ||