diff options
| author | Eli Zaretskii | 2015-11-14 18:20:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-14 18:20:36 +0200 |
| commit | abef71f38a75ed10d18d6e33cded593efa9d9b34 (patch) | |
| tree | 7d3280373254638e0bdcd87bd576b75de770f85c | |
| parent | 07742820e47cf807c0d000cfa71073419a1f18e6 (diff) | |
| download | emacs-abef71f38a75ed10d18d6e33cded593efa9d9b34.tar.gz emacs-abef71f38a75ed10d18d6e33cded593efa9d9b34.zip | |
* INSTALL (--with-cairo): Document this new configure option.
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
| @@ -309,6 +309,8 @@ Use --with-wide-int to implement Emacs values with the type 'long long', | |||
| 309 | even on hosts where a narrower type would do. With this option, on a | 309 | even on hosts where a narrower type would do. With this option, on a |
| 310 | typical 32-bit host, Emacs integers have 62 bits instead of 30. | 310 | typical 32-bit host, Emacs integers have 62 bits instead of 30. |
| 311 | 311 | ||
| 312 | Use --with-cairo to compile Emacs with Cairo drawing. | ||
| 313 | |||
| 312 | Use --enable-gcc-warnings to enable compile-time checks that warn | 314 | Use --enable-gcc-warnings to enable compile-time checks that warn |
| 313 | about possibly-questionable C code. This is intended for developers | 315 | about possibly-questionable C code. This is intended for developers |
| 314 | and is useful with GNU-compatible compilers. On a recent GNU system | 316 | and is useful with GNU-compatible compilers. On a recent GNU system |
| @@ -31,8 +31,10 @@ otherwise leave it unmarked. | |||
| 31 | +++ | 31 | +++ |
| 32 | ** Building Emacs now requires GNU make, version 3.81 or later. | 32 | ** Building Emacs now requires GNU make, version 3.81 or later. |
| 33 | 33 | ||
| 34 | +++ | ||
| 34 | ** New configure option --with-cairo. | 35 | ** New configure option --with-cairo. |
| 35 | Maybe add text based on http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00689.html | 36 | This builds Emacs with Cairo drawing. As a side effect, it provides |
| 37 | support for built-in printing, when Emacs was built with GTK+. | ||
| 36 | 38 | ||
| 37 | ** By default, Emacs no longer works on IRIX. We expect that Emacs | 39 | ** By default, Emacs no longer works on IRIX. We expect that Emacs |
| 38 | users are not affected by this, as SGI stopped supporting IRIX in | 40 | users are not affected by this, as SGI stopped supporting IRIX in |