X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=INSTALL;h=3bd8751a20e2c36fa343668e225856619515d5c3;hp=7ead48a0993c3ca407933395d17fa532668ebb29;hb=3f0d225f1e9892d59bcc2c3b23c8945526595fcc;hpb=b784b2a33146988ac3d1bf7b4a2726f7d107255f diff --git a/INSTALL b/INSTALL index 7ead48a..3bd8751 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 @@ -10,10 +13,17 @@ to build the library, the oslfsck executable and the man page. Then type make install - ldconfig -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 + + ldconfig # Linux, *BSD + +or + + update_dyld_shared_cache # MacOS + +The default installation prefix is /usr/local. Use make install PREFIX=/somewhere/else