Skip to content

Commit

Permalink
docs: add libpmem install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Apr 10, 2024
1 parent f34ff7c commit 8798445
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ bindings.
### Fedora/RHEL

```sh
$ sudo dnf install glib2 glib2-devel libbson libbson-devel clang make pkgconf
$ sudo dnf install glib2 glib2-devel libbson libbson-devel clang make pkgconf libpmem libpmem-devel
```

### Ubuntu/Debian/...

```sh
$ sudo apt update
$ sudo apt install libglib2.0-0 libglib2.0-dev libbson-1.0-0 libbson-dev clang make pkg-config
$ sudo apt install libglib2.0-0 libglib2.0-dev libbson-1.0-0 libbson-dev clang make pkg-config libpmem1 libpmem-dev
```

### Arch Linux+

> Arch Linux does not package libpmem, if you want to use it you may try the
> AUR. Otherwise, compile without the `nvm` feature.
```sh
$ sudo pacman -Sy glib2 clang make libbson pkgconf
```
Expand Down

0 comments on commit 8798445

Please sign in to comment.