Skip to content

Commit

Permalink
libdb が必要であることを README に記載
Browse files Browse the repository at this point in the history
  • Loading branch information
tamo authored Aug 16, 2024
1 parent 1e8c457 commit 2bea090
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ $ make
$ make install
```

ビルドには gdbm-devel パッケージ (GNU database indexing library) が必要です。
ビルドには libdb-devel パッケージ (Berkeley DB library) が必要です。

```
$ dnf install gdbm-devel
$ dnf install libdb-devel
```
```
$ sudo apt install libdb-dev
```

他のディレクトリについては、必要に応じてそれぞれのディレクトリを参照してください。
Expand Down

0 comments on commit 2bea090

Please # to comment.