web: Create man page with groff rather than man2html.
[osl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1e05b6cfb658c3ec7f69e37552c6b475ff1b2580..7d3c78f77cf7a815012350d4a81fb2f4996a961b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,24 +1,30 @@
-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
 make these targets the following additional tools are needed:
 
        - http://www.stack.nl/~dimitri/doxygen/ (doxygen)
-       - man2html
        - http://www.triptico.com/software/grutatxt.html (grutatxt)
-       - convert (from the ImageMagick package)
+       - convert (from the http://www.imagemagick.org/script/index.php (ImageMagick) package)
+
+The osl logo was created with Adobe Illustrator by Sebastian Schultheiss.