From 0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Thu, 31 Aug 2017 14:05:29 -0700 Subject: filesystem: libblkid -> search /dev/disk/by-uuid --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59eac5d..3c0eedb 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,10 @@ fscrypt has the following build dependencies: >>>>> make >>>>> sudo make install ``` -* Headers for `libblkid` and `libpam`. These can be installed with the - appropriate package manager. - - `sudo apt-get install libblkid-dev libpam0g-dev` - - `sudo yum install libblkid-devel pam-devel` - - `pam` and `util-liux` packages for Arch +* Headers for `libpam`. Install them with the appropriate package manager. + - `sudo apt-get install libpam0g-dev` + - `sudo yum install pam-devel` + - `pam` package for Arch (part of the `base` group) Once all the dependencies are installed, you can get the repository by running: ```shell @@ -149,8 +148,7 @@ fscrypt has the following runtime dependencies: * Kernel support for filesystem encryption (this will depend on your kernel configuration and specific filesystem) * `libargon2.so` (see the above installation instructions for Argon2) -* `libblkid.so` and `libpam.so`. These libraries are almost certainly already - on your system. +* `libpam.so` (almost certainly already on your system) The dynamic libraries are not needed if you built a static executable. -- cgit v1.2.3