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 <[email protected]> wrote: > 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 running on FreeBSD host. > > Tomas > > On 9/16/17, 9:59 PM, "[email protected] on behalf of Tomas > Weinfurt via freebsd-mono" <[email protected] on behalf of > [email protected]> wrote: > > 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 binaries for bootstrap failed so far because Linux > emulation is lacking mincore() support. > > Tomas > > > On 9/16/17, 9:40 PM, "[email protected] on behalf of Russell > Haley" <[email protected] on behalf of [email protected]> > 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 something > more functional and some instructions. > > Is it possible for someone to start a FreeBSD wiki page for DotNet > Core? Tomas and Karel want to keep the progress tracked via their > tools (Github accounts etc), but I think a wiki page would be good > for status updates and the like? > > Russ > > > On Fri, Sep 15, 2017 at 8:46 PM, Robert Alegrid > <[email protected]> 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 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 stuff, but it's a good > place to > >> congregate. > > I'd like to pitch in. Never participated in an open-source project > before so I > > don't know how much help I could be. > > > > E-mail is the same as this message ([email protected]) > > GH Account is > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FEcho-8-ERA&data=02%7C01%7CTomas.Weinfurt%40microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636412200126651288&sdata=WqH7%2BN%2BatYCU4BYs5409sZMMHWJPILJnLjGm7m7v988%3D&reserved=0 > > > > Regards, > > Robert Alegrid > _______________________________________________ > [email protected] mailing list > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=02%7C01%7CTomas.Weinfurt%40microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636412200126651288&sdata=kNqxYsg0HzoF3f3HqGsp3dm1NKsNax9W3lWuntDt7kE%3D&reserved=0 > To unsubscribe, send any mail to > "[email protected]" > > > _______________________________________________ > [email protected] mailing list > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=02%7C01%7CTomas.Weinfurt%40microsoft.com%7C5364f3a7997f4f5b328708d4fd88f28e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636412212015989639&sdata=WuwkCpreZpGlwnMGKWQ6kdxBGYKxQAyHrx6IV9MbgKA%3D&reserved=0 > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "[email protected]"
