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

Commit

Permalink
Add dependencies on fedora (#529)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
  • Loading branch information
corollari and vncoelho committed Jan 6, 2020
1 parent 22bc06e commit 4c20870
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 4c20870

Please sign in to comment.