]> code.delx.au - gnu-emacs/blobdiff - INSTALL
* INSTALL (--with-cairo): Document this new configure option.
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7a4150543b197832dc013b82323112854f40937a..5ca88fecf350c37be28262608ab35e40ae5f158e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -309,6 +309,8 @@ Use --with-wide-int to implement Emacs values with the type 'long long',
 even on hosts where a narrower type would do.  With this option, on a
 typical 32-bit host, Emacs integers have 62 bits instead of 30.
 
+Use --with-cairo to compile Emacs with Cairo drawing.
+
 Use --enable-gcc-warnings to enable compile-time checks that warn
 about possibly-questionable C code.  This is intended for developers
 and is useful with GNU-compatible compilers.  On a recent GNU system