Re: DotNet Core on FreeBSD

2017-09-20 Thread Tomas Weinfurt via freebsd-mono
I have not tried as small, but the native parts do not need much. The build has option (-numproc) to limit parallelism and that should help if you run into troubles. Also, watch for limit on open file descriptors. Tomas On 9/20/17, 2:39 PM, "owner-freebsd-m...@freebsd.org on behalf of Carsten

Re: DotNet Core on FreeBSD

2017-09-20 Thread Carsten Larsen
This all sounds very interesting ! Given the new build instructions on github I will also give it try. What are the requirements in terms of memory for the build process to complete? Would a VPS with 512Mb be enough? Kind regards Carsten On 20-09-2017 03:35 Aaron Havens wrote: I am going t

Re: DotNet Core on FreeBSD

2017-09-19 Thread Russell Haley
+1 On Tue, Sep 19, 2017 at 6:35 PM, Aaron Havens wrote: > I am going through the Building instructions and updating anything I find. > Let me know if I add something that should be left out or should do it > differently. > > Aaron > > On Mon, Sep 18, 2017 at 10:11 PM, Tomas Weinfurt via freebsd-m

Re: DotNet Core on FreeBSD

2017-09-19 Thread Aaron Havens
I am going through the Building instructions and updating anything I find. Let me know if I add something that should be left out or should do it differently. Aaron On Mon, Sep 18, 2017 at 10:11 PM, Tomas Weinfurt via freebsd-mono < freebsd-mono@freebsd.org> wrote: > First draft is posted here:

Re: DotNet Core on FreeBSD

2017-09-18 Thread Russell Haley
On Mon, Sep 18, 2017 at 11:25 PM, Tomas Weinfurt wrote: >>Sweet! I love the "Thar be Dragons!" warning. :) > > Daemons & Dragons! (https://en.wikipedia.org/wiki/BSD_Daemon) > I resisted urge to put there note on cake eaters. > >> This also links to the original core 1.x FreeBSD build guide. I

Re: DotNet Core on FreeBSD

2017-09-18 Thread Tomas Weinfurt via freebsd-mono
>Sweet! I love the "Thar be Dragons!" warning. :) Daemons & Dragons! (https://en.wikipedia.org/wiki/BSD_Daemon) I resisted urge to put there note on cake eaters. > This also links to the original core 1.x FreeBSD build guide. I lost >this one a while back and could never find it. :(

Re: DotNet Core on FreeBSD

2017-09-18 Thread Russell Haley
Sweet! I love the "Thar be Dragons!" warning. :) There are a lot of moving parts to it. The license list gives some indication of the major repositories. These are the ones Tomas is talking about: https://github.com/dotnet/corefx - MIT https://github.com/dotnet/coreclr - MIT https://github.com/do

Re: DotNet Core on FreeBSD

2017-09-18 Thread Tomas Weinfurt via freebsd-mono
First draft is posted here: https://github.com/dotnet/corefx/wiki/Building-.NET-Core--2.x-on-FreeBSD Probably incomplete. It would be good if anybody can take a look, try and improve. This is essentially equivalent of what has been done for 1.x. My next step is to have cross-OS tests and get them

Re: DotNet Core on FreeBSD

2017-09-16 Thread Tomas Weinfurt via freebsd-mono
I’ll get WIKI started with instructions on github. I just did not get to it yet. At least the runtime can be built without windows now. (using Linux instead) I still have some work left to cross-target for FreeBSD on Linux so one can build proper managed assemblies. Attempts to use Linux binar

Re: DotNet Core on FreeBSD

2017-09-16 Thread Russell Haley
Hey Guys, Tomas has shared a binary with me and warned it's pretty rough. I'm not getting very far with it. I'll share the same link if someone is interested but it's probably best to wait until Tomas offers something more functional and some instructions. Is it possible for someone to start a Fr

RE: DotNet Core on FreeBSD

2017-09-15 Thread Robert Alegrid
On Thursday, 14 September 2017 4:24 PM, Russell Haley wrote: > If you'd like to participate/join the fun, please set up a GitHub account and > send a 'me too' email with the username or email address. > I'll send an invite for the FreeBSD-DotNet to that account. I'm not so sure > anymore about usin

Re: DotNet Core on FreeBSD

2017-09-15 Thread Ivan Radovanovic
On 14/09/2017 08:23, Russell Haley wrote: ... If you'd like to participate/join the fun, please set up a GitHub account and send a 'me too' email with the username or email address. I'll send an invite for the FreeBSD-DotNet to that account. I'm not so sure anymore about using GitHub for FreeBSD

Re: DotNet Core on FreeBSD

2017-09-14 Thread Tomas Weinfurt via freebsd-mono
The .NET Core does not have UI. The intention is to provide platform for tools and server apps. 2.0 added quite a bit API surface. ReadHat now has package for their systems. That may bring attention of some *NIX folks. Tomas On 9/14/17, 12:21 AM, "Romain Tartière" wrote: Hi all,

Re: DotNet Core on FreeBSD

2017-09-14 Thread Romain Tartière
Hi all, On Thu, Sep 14, 2017 at 09:05:08AM +0200, Mathieu Prevot wrote: > I'm in. Can't engage formally as I'm quite loaded with work, but I'm rather > familiar with the .NET ecosystem. My knowledge of .NET is really limited, but maybe I could help with problems related to FreeBSD, so please coun

Re: DotNet Core on FreeBSD

2017-09-14 Thread Mathieu Prevot
/github.com/dotnet/standard - MIT > >> https://github.com/dotnet/sdk - MIT > >> https://github.com/dotnet/netcorecli-fsc - MIT > >> > >> https://github.com/nuget/home - A2 > >> https://github.com/aspnet/home - A2 > >> https://github.com/dotnet/ros

Re: DotNet Core on FreeBSD

2017-09-13 Thread Russell Haley
otnet/docs - CC >> >> Russ >> >>> On Sun, Sep 10, 2017 at 8:52 AM, Russell Haley wrote: >>>> Sorry for the top post, >>>> >>>> Marcin, can you expand on your thoughts about the contributor license? >>>> This has been one

Re: DotNet Core on FreeBSD

2017-09-10 Thread Russell Haley
concerns of mine‎ (part of the pedanticism). I didn't >>> get a chance to read the doc itself yet. >>> >>> Russ >>> >>> Sent from my BlackBerry 10 smartphone on the Virgin Mobile network. >>> Original Message >>> From: Marcin Cieslak

Re: DotNet Core on FreeBSD

2017-09-10 Thread Russell Haley
ember 10, 2017 1:13 AM >> To: Russell Haley >> Cc: David Naylor; Geoffrey Huntley; Freebsd-mono; >> freebsd-advoc...@freebsd.org; freebsd-po...@freebsd.org >> Subject: Re: DotNet Core on FreeBSD >> >> On Sun, 10 Sep 2017, Russell Haley wrote: >> >>>

Re: DotNet Core on FreeBSD

2017-09-10 Thread Russell Haley
Original Message > From: Marcin Cieslak > Sent: Sunday, September 10, 2017 1:13 AM > To: Russell Haley > Cc: David Naylor; Geoffrey Huntley; Freebsd-mono; > freebsd-advoc...@freebsd.org; freebsd-po...@freebsd.org > Subject: Re: DotNet Core on FreeBSD > > On Sun, 10 Sep 2017

Re: DotNet Core on FreeBSD

2017-09-10 Thread Russell Haley
twork.   Original Message   From: Marcin Cieslak Sent: Sunday, September 10, 2017 1:13 AM To: Russell Haley Cc: David Naylor; Geoffrey Huntley; Freebsd-mono; freebsd-advoc...@freebsd.org; freebsd-po...@freebsd.org Subject: Re: DotNet Core on FreeBSD On Sun, 10 Sep 2017, Russell Haley wrote: >

Re: DotNet Core on FreeBSD

2017-09-10 Thread Marcin Cieslak
On Sun, 10 Sep 2017, Russell Haley wrote: > Hey guys, > > I am talking to Karel and Tomas at Microsoft's DotNet Core Team about > putting together a "proposal" for community involvement, which will be > followed by more information on this list. Most of the talk has been > me blowing air and bein

DotNet Core on FreeBSD

2017-09-10 Thread Russell Haley
Hey guys, I am talking to Karel and Tomas at Microsoft's DotNet Core Team about putting together a "proposal" for community involvement, which will be followed by more information on this list. Most of the talk has been me blowing air and being pedantic about nothing (I get excited and type alot).