Merge branch 'refs/heads/t/sha3' into master
[osl.git] / INSTALL
1 Besides a working C compiler, gnu m4, gnu make and the
2 [lopsub](http://people.tuebingen.mpg.de/maan/lopsub/) library must be
3 installed to to build and install this package. Download and install
4 lopsub with
5
6                 git clone git://git.tuebingen.mpg.de/lopsub
7                 cd lopsub && make && sudo make install
8
9 If everything mentioned above is available on your system, type
10
11                 make
12
13 to build libosl. Then type
14
15                 sudo make install
16
17 to install. Finally, update the library cache by running
18
19                 ldconfig
20
21 The default installation prefix is `/usr/local`. Use
22
23                 make install PREFIX=/somewhere/else
24
25 to install in `/somewhere/else` instead.
26
27 The make targets in the `web/` directory are used for web page generation
28 and are not needed to compile, install or use libosl. In order to
29 make these targets the following additional tools are needed:
30
31 - [discount](http://www.pell.portland.or.us/~orc/Code/discount/)
32 - [ImageMagick](http://www.imagemagick.org/script/index.php)
33
34 The osl logo was created with Adobe Illustrator by Sebastian Schultheiss.