From: mike Date: Tue, 9 Apr 2013 20:08:20 +0000 (+0000) Subject: More doco changes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2ecec7e59b0140d36b02516d8eecdc04aa970a;p=thirdparty%2Fcups.git More doco changes. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10947 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/INSTALL.txt b/INSTALL.txt index e5081eace8..1295bbc297 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -INSTALL - CUPS v1.7b1 - 2013-01-11 +INSTALL - CUPS v1.7b1 - 2013-04-09 ---------------------------------- This file describes how to compile and install CUPS from source code. For more @@ -29,18 +29,16 @@ BEFORE YOU BEGIN Compaq, HP, SGI, and Sun. BSD users should use GNU make (gmake) since BSD make does not support "include". - Besides these tools you'll want the JPEG, PNG, TIFF, and ZLIB libraries for - image support, the CDSA, GNU TLS, or OpenSSL libraries for encryption - support, the OpenLDAP and OpenSLP libraries for directory services support, - and either MIT (1.6.3 or higher) or Heimdal Kerberos for Kerberos support. - CUPS will compile and run without these, however you'll miss out on many of - the features provided by CUPS. - - Also, please note that CUPS does not include the Ghostscript-based - PostScript filter needed by non-PostScript printers. You *must* download - GPL Ghostscript separately from the CUPS web site if you want to print - PostScript files to non-PostScript printers on operating systems other than - OS X. + Besides these tools you'll want ZLIB library for compression support, the + CDSA, GNU TLS, or OpenSSL libraries for encryption support, and either MIT + (1.6.3 or higher) or Heimdal Kerberos for Kerberos support. CUPS will + compile and run without these, however you'll miss out on many of the + features provided by CUPS. + + Also, please note that CUPS does not include print filters to support PDF + or raster printing. You *must* download GPL Ghostscript and/or the Open + Printing CUPS filters package separately to print on operating systems + other than OS X. COMPILING THE SUBVERSION REPOSITORY CODE diff --git a/README.txt b/README.txt index 824d286f47..4792fe5ad3 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -README - CUPS v1.7b1 - 2013-01-11 +README - CUPS v1.7b1 - 2013-04-09 --------------------------------- ************************************************