Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 21-Nov-2024 18:30:33 JST翠星石 @izaya You cannot build dotnet from source.
You need to download mystery meat proprietary binaries from microsoft and then you can try compiling dotnet and hope it works (spoiler; it usually fails to compile even with the recommended binaries).
Ideally you could run the proprietary binaries only once and then have a self hosting free compiler (like what gcc did), but I don't think that's feasible to pull off due to C#.