Don't mention MacOS and Solaris in README and INSTALL.
[osl.git] / INSTALL
1 As the bare minimum, you'll need gcc-4 and gnu make to install
2 libosl. lopsub is needed to build the oslfsck executable and to
3 generate its man page. Download and install lopsub with
4
5         git clone git://git.tuebingen.mpg.de/lopsub
6         cd lopsub && make && sudo make install
7
8 If everything mentioned above is available on your system, type
9
10                 make
11
12 to build the library, the oslfsck executable and the man page. Then
13 type
14
15                 make install
16
17 as root to install libosl, oslfsck and the man page. Finally, update
18 the library cache by running
19
20                 ldconfig
21
22 The default installation prefix is /usr/local. Use
23
24                 make install PREFIX=/somewhere/else
25
26 to install in /somewhere/else instead.
27
28 The make targets in the web/ directory are used for web page generation
29 and are not needed to compile, install or use libosl. In order to
30 make these targets the following additional tools are needed:
31
32 - [doxygen](http://www.stack.nl/~dimitri/doxygen/)
33 - [discount](http://www.pell.portland.or.us/~orc/Code/discount/)
34 - [ImageMagick](http://www.imagemagick.org/script/index.php)
35
36 The osl logo was created with Adobe Illustrator by Sebastian Schultheiss.