Skip to content

Commit

Permalink
README: Clarify use of libbtrfs-dev on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored and lsm5 committed Aug 10, 2019
1 parent 8bfcf56 commit 4409005
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,14 @@ Building without a container requires a bit more manual work and setup in your e

Install the necessary dependencies:
```sh
Fedora$ sudo dnf install gpgme-devel libassuan-devel btrfs-progs-devel device-mapper-devel ostree-devel
Ubuntu$ sudo apt install libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev libostree-dev
macOS$ brew install gpgme
# Fedora:
sudo dnf install gpgme-devel libassuan-devel btrfs-progs-devel device-mapper-devel ostree-devel

# Ubuntu (`libbtrfs-dev` requires Ubuntu 18.10 and above):
sudo apt install libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev libostree-dev

# macOS:
brew install gpgme
```

Make sure to clone this repository in your `GOPATH` - otherwise compilation fails.
Expand Down

0 comments on commit 4409005

Please # to comment.