build: Reorder make variables.
[osl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1e9c8b285c35f1db0b2ccdd46c0d05b8c78059f2..3bd8751a20e2c36fa343668e225856619515d5c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,24 +1,40 @@
-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. lopsub is needed to build the oslfsck executable and to
+generate its man page. Download and install lopsub with
 
-Type
+       git clone git://git.tuebingen.mpg.de/lopsub
+       cd lopsub && make && sudo make install
 
-       make
+If everything mentioned above is available on your system, type
 
-to build the library and
+               make
 
-       make install
-       ldconfig
+to build the library, the oslfsck executable and the man page. Then
+type
 
-as root to install. The default installation prefix is /usr/local. Edit
-Makefile to change the prefix.
+               make install
+
+as root to install libosl, oslfsck and the man page. Finally, update
+the library cache by running either
+
+               ldconfig # Linux, *BSD
+
+or
+
+               update_dyld_shared_cache # MacOS
+
+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)
-       - http://hydra.nac.uci.edu/indiv/ehood/man2html.html (man2html)
-       - http://www.triptico.com/software/grutatxt.html (grutatxt)
-       - convert (from the http://www.imagemagick.org/script/index.php (ImageMagick) package)
+- [doxygen](http://www.stack.nl/~dimitri/doxygen/)
+- [discount](http://www.pell.portland.or.us/~orc/Code/discount/)
+- [ImageMagick](http://www.imagemagick.org/script/index.php)
+
+The osl logo was created with Adobe Illustrator by Sebastian Schultheiss.