]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - INSTALL.txt
Doco updates...
[thirdparty/cups.git] / INSTALL.txt
index bcfb5e2654f3219dfe345f9fce9e9295fb8b089b..40a84780ef53c660746043faa5ca4140d2178d67 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v1.1.7 - 05/01/2001
+INSTALL - CUPS v1.1.9 - 07/06/2001
 ----------------------------------
 
 This file describes how to compile and install CUPS from source
@@ -72,6 +72,14 @@ SSL and TLS support require the OpenSSL library, available at:
 
     http://www.openssl.org
 
+If the OpenSSL header files and libraries are not in a standard
+location, specify the locations of these files using the
+--with-openssl-includes and --with-openssl-libs directives:
+
+    ./configure --enable-ssl \
+        --with-openssl-includes=/foo/bar/include \
+        --with-openssl-libs=/foo/bar/lib
+
 See the file "ENCRYPTION.txt" for information on using the
 encryption support in CUPS.
 
@@ -79,7 +87,7 @@ Once you have configured things, just type:
 
     make ENTER
 
-or if you have FreeBSD:
+or if you have FreeBSD, NetBSD, or OpenBSD type:
 
     gmake ENTER
 
@@ -94,7 +102,7 @@ your local system:
 
     make install ENTER
 
-or for FreeBSD:
+or for FreeBSD, NetBSD, or OpenBSD:
 
     gmake install ENTER
 
@@ -124,16 +132,19 @@ or
 
     gmake <format> ENTER
 
-for FreeBSD, where <format> is one of the following:
+for FreeBSD, NetBSD, and OpenBSD.  The <format> target is one of
+the following:
 
     epm      - Builds a portable shell script and tar file based
                distribution.  This format will also backup your
               existing printing system if you decide to remove
               CUPS at some future time.
-    rpm      - Builds a RPM binary distribution.
+    aix      - Builds an AIX binary distribution.
+    bsd      - Builds a *BSD binary distribution.
     deb      - Builds a Debian binary distribution.
     depot    - Builds a HP-UX binary distribution.
     pkg      - Builds a Solaris binary distribution.
+    rpm      - Builds a RPM binary distribution.
     tardist  - Builds an IRIX binary distribution.