X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=INSTALL;h=7479010fb7aacc7271c90a7950ea5217cda4c9a4;hp=1e9c8b285c35f1db0b2ccdd46c0d05b8c78059f2;hb=06c1d3a869f3129afa023cb83969efa725e67511;hpb=61f91925497935a6773ef70d9c83d17cda8de983 diff --git a/INSTALL b/INSTALL index 1e9c8b2..7479010 100644 --- a/INSTALL +++ b/INSTALL @@ -1,18 +1,23 @@ -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. gengetopt is needed to build the oslfsck executable, and +help2man to generate its man page. -Type +If everything mentioned above is available on your system, type make -to build the library and +to build the library, the oslfsck executable and the man page. Then +type make install ldconfig -as root to install. The default installation prefix is /usr/local. Edit -Makefile to change the prefix. +as root to install libosl, oslfsck and the man page. 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 @@ -22,3 +27,5 @@ make these targets the following additional tools are needed: - 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) + +The osl logo was created with Adobe Illustrator by Sebastian Schultheiss.