Date: Mon, 18 Sep 2017 22:58:34 -0700 From: Russell Haley <russ.haley@gmail.com> To: Tomas Weinfurt <Tomas.Weinfurt@microsoft.com> Cc: "freebsd-mono@freebsd.org" <freebsd-mono@freebsd.org> Subject: Re: DotNet Core on FreeBSD Message-ID: <CABx9NuTdsxManvR2Yv2V6RdkKdpHmjvnHVBpi=av4LBZkXmg6A@mail.gmail.com> In-Reply-To: <FFB66B2F-6AFB-4F96-BD38-2453360E43FE@microsoft.com> References: <CABx9NuQVGCnn32pNz2Opbnua8wwuuYjTDJyq3qO0iF%2BkiGfVBg@mail.gmail.com> <nycvar.OFS.7.76.6.1709100805500.3008@z.fncre.vasb> <20170910155228.6545490.82502.31658@gmail.com> <CABx9NuTxcgDfe8oApu%2BsChN3wGfYHC_RNBeakxoh=7sK6_1O=g@mail.gmail.com> <CABx9NuTpxj8g2s1OtNUrg_8g-c3CS9Lph2DcMJarmxi%2Bbzf51g@mail.gmail.com> <CABx9NuR59a_11QfpNRt1GkFKy-KFm1WmMi1a8Bqs1LygdP6Ypw@mail.gmail.com> <CABx9NuTAxUB6E-6XdtP8d6ZAVsV7eGg-=9JrjWAexTRTfvz2Kg@mail.gmail.com> <RO1P15201MB21876D740528C49DE5FF8DB4A86D0@RO1P15201MB2187.LAMP152.PROD.OUTLOOK.COM> <CABx9NuShH8t_P84UQRVb%2Bn9MYNtKMg7mV-HWQqFmWvxRWopRAQ@mail.gmail.com> <2FD8F7C8-3E93-4F81-B329-1ED536F67B3C@microsoft.com> <FFB66B2F-6AFB-4F96-BD38-2453360E43FE@microsoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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/dotnet/sdk - MIT https://github.com/dotnet/cli - https://www.microsoft.com/net/dotnet_library_license.htm https://github.com/dotnet/csharplang - Microsoft https://github.com/dotnet/roslyn - A2 ... --- If you're looking to get your barrings, I re-found an awesome doc with lots of great links: https://github.com/dotnet/coreclr/blob/master/Documentation/README.md This also links to the original core 1.x FreeBSD build guide. I lost this one a while back and could never find it. :( Tomas, from reading through your instructions, there seems to be two obstacles and they are both managed code? - corelib - dotnet/coreclr/src/mscorelib seems to be the corelib you are talking about? - corefx - managed code If that's true, then we should definitely give mono a shot at bringing those up. I'm downloading the dotnet/coreclr now. Russ On Mon, Sep 18, 2017 at 8:11 PM, Tomas Weinfurt <Tomas.Weinfurt@microsoft.com> wrote: > First draft is posted here: https://github.com/dotnet/corefx/wiki/Buildin= g-.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 running on FreeBSD ho= st. > > Tomas > > On 9/16/17, 9:59 PM, "owner-freebsd-mono@freebsd.org on behalf of Tomas W= einfurt via freebsd-mono" <owner-freebsd-mono@freebsd.org on behalf of free= bsd-mono@freebsd.org> wrote: > > I=E2=80=99ll 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 i= nstead) > I still have some work left to cross-target for FreeBSD on Linux so o= ne can build proper managed assemblies. > Attempts to use Linux binaries for bootstrap failed so far because Li= nux emulation is lacking mincore() support. > > Tomas > > > On 9/16/17, 9:40 PM, "owner-freebsd-mono@freebsd.org on behalf of Rus= sell Haley" <owner-freebsd-mono@freebsd.org on behalf of russ.haley@gmail.c= om> wrote: > > 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 some= thing > more functional and some instructions. > > Is it possible for someone to start a FreeBSD wiki page for DotNe= t > Core? Tomas and Karel want to keep the progress tracked via their > tools (Github accounts etc), but I think a wiki page would be go= od > for status updates and the like? > > Russ > > > On Fri, Sep 15, 2017 at 8:46 PM, Robert Alegrid <eralegrid@hotmai= l.com> wrote: > > On Thursday, 14 September 2017 4:24 PM, Russell Haley wrote: > >> If you'd like to participate/join the fun, please set up a Git= Hub 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 stuff, but it's a good = place to > >> congregate. > > I'd like to pitch in. Never participated in an open-source proj= ect before so I > > don't know how much help I could be. > > > > E-mail is the same as this message (eralegrid@hotmail.com) > > GH Account is https://na01.safelinks.protection.outlook.com/?ur= l=3Dhttps%3A%2F%2Fgithub.com%2FEcho-8-ERA&data=3D02%7C01%7CTomas.Weinfurt%4= 0microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7= cd011db47%7C1%7C0%7C636412200126651288&sdata=3DWqH7%2BN%2BatYCU4BYs5409sZMM= HWJPILJnLjGm7m7v988%3D&reserved=3D0 > > > > Regards, > > Robert Alegrid > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%= 2Flists.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=3D02%7C01%7CTo= mas.Weinfurt%40microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf8= 6f141af91ab2d7cd011db47%7C1%7C0%7C636412200126651288&sdata=3DkNqxYsg0HzoF3f= 3HqGsp3dm1NKsNax9W3lWuntDt7kE%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebs= d.org" > > > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%2Fli= sts.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=3D02%7C01%7CTomas.= Weinfurt%40microsoft.com%7C5364f3a7997f4f5b328708d4fd88f28e%7C72f988bf86f14= 1af91ab2d7cd011db47%7C1%7C0%7C636412212015989639&sdata=3DWuwkCpreZpGlwnMGKW= Q6kdxBGYKxQAyHrx6IV9MbgKA%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.or= g" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABx9NuTdsxManvR2Yv2V6RdkKdpHmjvnHVBpi=av4LBZkXmg6A>