X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=INSTALL;h=e37090437c2216aef27e78d9d09a9d6decfc9ca8;hp=7d3c78f77cf7a815012350d4a81fb2f4996a961b;hb=280f5eaf389483d35af6ad9211d003ffa73cb2ac;hpb=abb6ef754912935a60705b6b1e9687bf79c509b7 diff --git a/INSTALL b/INSTALL index 7d3c78f..e370904 100644 --- a/INSTALL +++ b/INSTALL @@ -4,18 +4,25 @@ help2man to generate its man page. 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. The default -installation prefix is /usr/local. Use +as root to install libosl, oslfsck and the man page. Finally, update +the library cache by running either - make install PREFIX=/somewhere/else + 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. @@ -23,8 +30,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://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.