aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2017-08-31 14:05:29 -0700
committerJoe Richey <joerichey@google.com>2017-08-31 14:05:29 -0700
commit0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 (patch)
tree134f1a6a8913b3c0049d0e1afa7e9d3e557274e2 /README.md
parentfe92c00f897c2c6b20d841c8a8f83ef6a247d18c (diff)
filesystem: libblkid -> search /dev/disk/by-uuid
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
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.