From: Ivo Timmermans Date: Fri, 24 Nov 2000 14:13:51 +0000 (+0000) Subject: Explain how to tell configure where OpenSSL lives. X-Git-Tag: release-1.0pre4~131 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=edb9b4cad09855a9bb3c57c5d4b1b174fde1de6c;ds=sidebyside Explain how to tell configure where OpenSSL lives. --- diff --git a/doc/tinc.texi b/doc/tinc.texi index d9105862..af88c48a 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: tinc.texi,v 1.8.4.7 2000/11/09 21:29:58 zarq Exp $ +@c $Id: tinc.texi,v 1.8.4.8 2000/11/24 14:13:51 zarq Exp $ @c %**start of header @setfilename tinc.info @settitle tinc Manual @@ -17,7 +17,7 @@ Copyright @copyright{} 1998,199,2000 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.7 2000/11/09 21:29:58 zarq Exp $ +$Id: tinc.texi,v 1.8.4.8 2000/11/24 14:13:51 zarq Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -42,7 +42,7 @@ Copyright @copyright{} 1998,1999,2000 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.7 2000/11/09 21:29:58 zarq Exp $ +$Id: tinc.texi,v 1.8.4.8 2000/11/24 14:13:51 zarq Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -180,6 +180,10 @@ tinc will run on them as well. Without this driver, tinc will most likely compile and run, but it will not be able to send or receive data packets. +For a more up to date list, please check the list on our website: +@uref{http://tinc.nl.linux.org/platforms.html}. + + @c ================================================================== @subsection Linux @@ -386,6 +390,18 @@ build and install this package are included within the package. Please make sure you build development and runtime libraries (which is the default). +If you installed the OpenSSL libraries from source, it may be necessary +to let configure know where they are, by passing configure one of the +--with-openssl-* parameters. + +@example +--with-openssl=DIR OpenSSL library and headers prefix +--with-openssl-include=DIR OpenSSL headers directory + (Default is OPENSSL_DIR/include) +--with-openssl-lib=DIR OpenSSL library directory + (Default is OPENSSL_DIR/lib) +@end example + @c @c