Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Add prerequisites for Fedora 31 (#7982)
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Feb 13, 2020
1 parent 9acd955 commit b52442c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/prerequisites.md
Expand Up @@ -7,6 +7,14 @@ The following pre-requisites need to be installed for building .NET Core project

* Install [Visual Studio 2019](https://visualstudio.microsoft.com/vs/community/), including Visual C++ support.

# Fedora (31+)

Tested on Fedora 31, will most likely work on lower versions, too.

```sh
sudo dnf install clang zlib-devel krb5-libs krb5-devel ncurses-compat-libs
```

# Ubuntu (16.04+)

* Install clang and developer packages for libraries that .NET Core depends on.
Expand Down

0 comments on commit b52442c

Please sign in to comment.