Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.43 KB

readme.md

File metadata and controls

39 lines (26 loc) · 1.43 KB

gentoo-dotnet official overlay

note that this overlay is community driven, any help is very welcome, since so it could be unstable

Build Status Gentoo discord server

Overlay Installation

Use the eselect repository module to enable this overlay (or repository):

  • eselect repository enable dotnet

Then sync either everything using emerge --sync or just this overlay using emaint -r dotnet sync. Finally add the following USE flags if relevant.

  • add DOTNET_TARGETS="net45 net40" to make.conf


.NET Core

To use .NET Core, install the dev-dotnet/dotnetcore-sdk-bin package. Multiple major .NET Core versions can also be installed using the different slots of that package.