mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 05:37:51 +00:00
README: add pkg-config to list of required packages
Add 'pkg-config' to the list of required packages in the README file. The build system now supports detection of external libraries via '.pc' files and generation of the project's '.pc' files. Although a fallback mechanism is implemented, making 'pkg-config' not strictly mandatory, it is required to generate the '.pc' files and to resolve build dependencies through them. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
parent
37345d4ad2
commit
94a02b9f67
5
README
5
README
@ -4,11 +4,16 @@
|
||||
- libmount-devel or libmount-dev
|
||||
- libblkid-devel or libblkid-dev
|
||||
- libselinux-devel or libselinux1-dev (*1)
|
||||
- pkg-config (*2)
|
||||
|
||||
*1: required only if supporting SELinux context mount options without
|
||||
using libmount. By default, libmount is used and support of the
|
||||
context mount depends on the libmount that distro provides.
|
||||
|
||||
*2: required if resolving build dependencies via .pc (pkg-config)
|
||||
files or generating the project's .pc files.
|
||||
|
||||
|
||||
* How to compile
|
||||
|
||||
** From a source package (tarball): **
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user