libconfigini/INSTALL
Matjaz Mesnjak 22c885c1b6 Initial commit.
2022-01-14 20:45:16 +01:00

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