chromebrew icon indicating copy to clipboard operation
chromebrew copied to clipboard

Feature request: MSBuild, Fsharp, .NET Core

Open ijean opened this issue 7 years ago • 6 comments

Hello, thanks for adding Mono to the Chromebrew packages!

Please add, if possible, MSBuild and F#. I've tried to build myself F# using the provided Mono package, but it seems to have a hard dependency on MSBuild (which I've also tried to build without success).

Your sister project on macOS, Homebrew, builds F# into Mono, see https://github.com/Homebrew/homebrew-core/blob/master/Formula/mono.rb.

Thanks for all your hard work. Jean

ijean avatar Aug 18 '18 14:08 ijean

This is more based on Linuxbrew than Homebrew. Don't try to compare us to them, though. These projects have gone their separate ways. Try building GCC with only the fortran target.

JL2210 avatar Aug 18 '18 22:08 JL2210

@JL2210 Thanks, noted about Linuxbrew and Chromebrew.

What has GCC and Fortran to do with with building MSBuild and F# ?

ijean avatar Aug 18 '18 23:08 ijean

Would dotnet core work?

codekrafter avatar Oct 17 '18 23:10 codekrafter

No. If you're talking about the proprietary implementation by Microsoft, then we can't package that.

JL2210 avatar Jan 30 '19 17:01 JL2210

I am not talking about packaging it, but they could download binaries from the Microsoft site. It is also not propriety, it is open source. https://github.com/dotnet/core

codekrafter avatar Feb 01 '19 02:02 codekrafter

.NET Core is MIT licensed. Working on a package for this now.

cstrouse avatar Mar 02 '20 10:03 cstrouse