diff options
| author | Joseph Richey <joerichey@google.com> | 2017-08-31 14:51:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 14:51:37 -0700 |
| commit | 5285a8c451ef660f932e9f1823ad7da52ad25b74 (patch) | |
| tree | 134f1a6a8913b3c0049d0e1afa7e9d3e557274e2 /README.md | |
| parent | fe92c00f897c2c6b20d841c8a8f83ef6a247d18c (diff) | |
| parent | 0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 (diff) | |
Merge pull request #54 from google/uuid
Use `/dev/disk/by-uuid` to get UUID links to other filesystems
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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. |