X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=INSTALL;h=3bd8751a20e2c36fa343668e225856619515d5c3;hp=7479010fb7aacc7271c90a7950ea5217cda4c9a4;hb=14b97f2c94bb045066449cbcca96663ff7e6e1a2;hpb=06c1d3a869f3129afa023cb83969efa725e67511 diff --git a/INSTALL b/INSTALL index 7479010..3bd8751 100644 --- a/INSTALL +++ b/INSTALL @@ -1,21 +1,31 @@ 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. +libosl. lopsub is needed to build the oslfsck executable and to +generate its man page. Download and install lopsub with + + git clone git://git.tuebingen.mpg.de/lopsub + cd lopsub && make && sudo make install If everything mentioned above is available on your system, type - make + make to build the library, the oslfsck executable and the man page. Then type - make install - ldconfig + 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 -as root to install libosl, oslfsck and the man page. The default -installation prefix is /usr/local. Use +The default installation prefix is /usr/local. Use - make install PREFIX=/somewhere/else + make install PREFIX=/somewhere/else to install in /somewhere/else instead. @@ -23,9 +33,8 @@ 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.