blob: f51b230371d092b758c85ca1f5a2680da17d9937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
gentoo-dotnet official overlay
==============================
note that this overlay is community driven, any help is very welcome, since so it could be unstable
[![Build Status](https://travis-ci.com/gentoo/dotnet.svg?branch=master)](https://travis-ci.com/gentoo/dotnet)
[![Gentoo discord server](https://img.shields.io/discord/249111029668249601.svg?style=flat-square&label=Gentoo%20Linux)](https://discord.gg/Gentoo)
Overlay Installation
--------------------
Use the [eselect repository module](https://wiki.gentoo.org/wiki/Eselect/Repository)
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`
<hr/>
- some unofficial docs: http://arsenshnurkov.github.io/gentoo-mono-handbook/index.htm
<hr/>
- Join #gentoo-dotnet channel on Freenode
- Open issues here https://github.com/gentoo/dotnet
- Add dotnet@gentoo.org to Watching on https://bugs.gentoo.org/userprefs.cgi?tab=email
- Try to fix upstream issues
- Fork & Contribute & Pull Request
- Open requests on https://bugs.gentoo.org with solutions from this overlay
.NET Core
---------
The `dev-dotnet/dotnetcore-sdk-bin` package in this overlay is deprecated and will not be maintained.
Please use the [dev-dotnet/dotnet-sdk-bin](https://packages.gentoo.org/packages/dev-dotnet/dotnet-sdk-bin) package that's already available upstream.
|