docs: s/frameworks/libraries/ (closes #156)
parent
f7406afc5b
commit
5ed0f532d4
|
@ -1,10 +1,10 @@
|
||||||
# pkgconf [![Build Status](https://travis-ci.org/pkgconf/pkgconf.svg?branch=master)](https://travis-ci.org/pkgconf/pkgconf) [![Documentation Status](https://readthedocs.org/projects/pkgconf/badge/?version=latest)](http://pkgconf.readthedocs.io/en/latest/?badge=latest)
|
# pkgconf [![Build Status](https://travis-ci.org/pkgconf/pkgconf.svg?branch=master)](https://travis-ci.org/pkgconf/pkgconf) [![Documentation Status](https://readthedocs.org/projects/pkgconf/badge/?version=latest)](http://pkgconf.readthedocs.io/en/latest/?badge=latest)
|
||||||
|
|
||||||
`pkgconf` is a program which helps to configure compiler and linker flags for
|
`pkgconf` is a program which helps to configure compiler and linker flags for
|
||||||
development frameworks. It is similar to pkg-config from freedesktop.org.
|
development libraries. It is similar to pkg-config from freedesktop.org.
|
||||||
|
|
||||||
`libpkgconf` is a library which provides access to most of `pkgconf`'s functionality, to allow
|
`libpkgconf` is a library which provides access to most of `pkgconf`'s functionality, to allow
|
||||||
other tooling such as compilers and IDEs to discover and use frameworks configured by
|
other tooling such as compilers and IDEs to discover and use libraries configured by
|
||||||
pkgconf.
|
pkgconf.
|
||||||
|
|
||||||
## using `pkgconf` with autotools
|
## using `pkgconf` with autotools
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
is a program which helps to configure compiler and linker flags for
|
is a program which helps to configure compiler and linker flags for
|
||||||
development frameworks. This allows build systems to detect other dependencies
|
development libraries. This allows build systems to detect other dependencies
|
||||||
and use them with the system toolchain.
|
and use them with the system toolchain.
|
||||||
.Sh GENERAL OPTIONS
|
.Sh GENERAL OPTIONS
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
|
|
Loading…
Reference in New Issue