mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-28 13:30:49 +02:00
INSTALL: Mention how to build as a Meson subproject
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
25e370ce8f
commit
f1a4c1c481
1 changed files with 10 additions and 0 deletions
10
INSTALL
10
INSTALL
|
|
@ -96,6 +96,16 @@ detection, is during packaging of binary builds, where a predictable
|
|||
dependancy chain is required. For more details on cmake installation,
|
||||
consult http://www.cmake.org/cmake/help/help.html.
|
||||
|
||||
Building as a subproject
|
||||
========================
|
||||
|
||||
libdbus can be built as a Meson subproject, allowing larger projects that
|
||||
require it to default to a system copy if available but fall back to a
|
||||
vendored or downloaded copy if necessary. When doing this, it is usually
|
||||
best to disable the shared library, dbus-daemon, tools and tests, leaving
|
||||
only a static library: please see test/use-as-subproject/meson.build for
|
||||
sample code and suggested build options.
|
||||
|
||||
External software dependencies
|
||||
==============================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue