X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=INSTALL;h=ddac9d049cbb1e3ab6e2d6c5b7d5cfc52b294b22;hb=f497ad60e2191188f6bef05d022a07d17c65a357;hp=e37090437c2216aef27e78d9d09a9d6decfc9ca8;hpb=cb73d5fa58cec287978337f5e186fff52bccd252;p=osl.git diff --git a/INSTALL b/INSTALL index e370904..ddac9d0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,9 @@ 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 @@ -12,13 +15,9 @@ type make install as root to install libosl, oslfsck and the man page. Finally, update -the library cache by running either - - ldconfig # Linux, *BSD - -or +the library cache by running - update_dyld_shared_cache # MacOS + ldconfig The default installation prefix is /usr/local. Use @@ -30,7 +29,6 @@ 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: -- [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)