From 06c1d3a869f3129afa023cb83969efa725e67511 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Nov 2009 18:06:39 +0100 Subject: [PATCH] INSTALL update. Remove dependency on openssl and describe more clearly what is needed to compile and install the package. Also mention that one can set PREFIX to change the installation prefix at make install time. --- INSTALL | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 1fb08eb..7479010 100644 --- a/INSTALL +++ b/INSTALL @@ -1,18 +1,23 @@ -You'll need gcc-4, gnu make and openssl to install libosl. gengetopt -is needed for the oslfsck executable, and help2man to generate its -man page. +As the bare minimum, you'll need gcc-4 and gnu make to install +libosl. gengetopt is needed to build the oslfsck executable, and +help2man to generate its man page. -Type +If everything mentioned above is available on your system, type make -to build the library and +to build the library, the oslfsck executable and the man page. Then +type make install ldconfig -as root to install. The default installation prefix is /usr/local. Edit -Makefile to change the prefix. +as root to install libosl, oslfsck and the man page. The default +installation prefix is /usr/local. Use + + make install PREFIX=/somewhere/else + +to install in /somewhere/else instead. The make targets in the web/ directory are used for web page generation and are not needed to compile, install or use libosl. In order to -- 2.30.2