]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - INSTALL.txt
Initial Get-Notifications implementation (no notify-wait support).
[thirdparty/cups.git] / INSTALL.txt
index 77b1628c14ab8354011111d6466f6177e533c0c7..9eb690124d868e027d327b66a1e8762ffe04359f 100644 (file)
@@ -1,5 +1,5 @@
-INSTALL - CUPS v2.0rc1 - 2014-09-02
------------------------------------
+INSTALL - CUPS v2.1b1 - 2014-10-31
+----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
 information on CUPS see the file called "README.txt".  A complete change log can
@@ -98,6 +98,11 @@ CONFIGURATION
     and diagnose a variety of common problems - use the "--enable-unit-tests"
     configure option to run them at build time.
 
+    On OS X, use the "--with-archflags" option to build with the correct set of
+    architectures:
+
+        ./configure --with-archflags="-arch i386 -arch x86_64" ...
+
     Once you have configured things, just type:
 
        make ENTER