mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-14 09:28:07 +02:00
Merge branch 'guide-small-update' into 'master'
guide: add references to autoconf-archive, CMake and Meson See merge request pkg-config/pkg-config!20
This commit is contained in:
commit
dc2ff816a8
1 changed files with 9 additions and 0 deletions
|
|
@ -360,6 +360,15 @@ $ pkg-config --modversion hello
|
|||
<tt>pkg-config --cflags</tt> and <tt>pkg-config --libs</tt>.</li>
|
||||
</ul>
|
||||
|
||||
<p><a href="https://www.gnu.org/software/autoconf-archive/">autoconf-archive</a>
|
||||
contains additional macros useful for <tt>pkg-config</tt> handling.</p>
|
||||
|
||||
<p>With the <a href="https://cmake.org/">CMake</a> build system you can use
|
||||
the <tt>FindPkgConfig</tt> module.</p>
|
||||
|
||||
<p>With the <a href="https://mesonbuild.com/">Meson</a> build system you can
|
||||
use the <tt>Pkgconfig</tt> module.</p>
|
||||
|
||||
<!--<h2><a name="examples">Examples</a></h2>-->
|
||||
<h2><a name="faq">Frequently asked questions</a></h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue