15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
|
|
||
|
$ make clean install
|
||
|
|
||
|
Builds and installs static library to /usr/local/lib and headers to /usr/local/include
|
||
|
|
||
|
|
||
|
$ make clean installdir=<DIR> install
|
||
|
|
||
|
Builds and installs static library to <DIR>/lib and headers to <DIR>/include
|
||
|
|
||
|
|
||
|
$ make doc
|
||
|
|
||
|
Generate doxygen based documentation
|