blob: e63c2c74cdaab576dfffa16085737438020d8f9b [file]
Name
Install - instructions for installing library into the system
Synopsis
make [-j] lint [...] # Optional
make [-j] build [...] # Optional
make [-j] check [...] # Optional
sudo make [-j] install [prefix=...] [DESTDIR=...] [...]
make [-j] installcheck [...] # Optional
Description
Install manually from source
In most cases, you just want to install the entire library. To
install all the files in the default system directories (per GNU
guidelines), use:
$ make # optional
$ sudo make install
$ make installcheck # optional
You can install in parallel if you want. A few features can be
used to tweak the install. To get some help, run:
$ make help
Files
GNUmakefile
share/mk/
Build system.
include/a2i/
Header files.
lib/pkgconfig/*.pc
pc(5) file.
lib/src/a2i/
Source files.
/usr/local/include/a2i/
Installed header files.
/usr/local/lib/liba2i.a
Static library.
/usr/local/lib/liba2i.so*
Shared library.
/usr/local/share/pkgconfig/liba2i.pc
Installed pc(5) file.
Standards
<https://www.gnu.org/prep/standards/html_node/Directory-Variables.html>.
<https://www.gnu.org/prep/standards/html_node/Command-Variables.html>.
<https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html>