Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add dependencies on fedora #529

Merged
merged 2 commits into from
Jan 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ You will need Window, Linux or macOS. Ubuntu LTS 14, 16 and 18 are supported.

Install [.NET Core](https://www.microsoft.com/net/download/core).

On Linux, install the LevelDB and SQLite3 dev packages. E.g. on Ubuntu:
On Linux, install the LevelDB and SQLite3 dev packages. E.g. on Ubuntu or Fedora:

```sh
sudo apt-get install libleveldb-dev sqlite3 libsqlite3-dev libunwind8-dev
sudo apt-get install libleveldb-dev sqlite3 libsqlite3-dev libunwind8-dev # Ubuntu
sudo dnf install leveldb-devel sqlite sqlite-devel libunwind-devel # Fedora
```

On macOS, install the LevelDB package. E.g. install via Homebrew:
Expand Down