blob: 759f69cf5c9a820f55161d4720aeaa953b70c15b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
The usual:
$ make
$ make install
If for some really bizarre reason you want to add the library to a system path,
e.g. /usr/local/lib, you can set PREFIX:
$ sudo make install PREFIX=/usr/local
|