• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

coreclr on ubuntu 14.04

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Just finished building coreclr and running the hello world demo on Ubuntu 14.04 in a docker container. The coreclr stuff that builds on linux is all C++ code. You still have to build the managed code (coreclr and corefx) on Windows and copy it over. You also need mono to provide some of the callable wrappers.

But still...

XyCB3uA.png


... feels sort of historic.

Steps:

Ubuntu -

clone coreclr
update apt sources
install toolchain
build coreclr

Windows -

clone coreclr and corefx
build coreclr
copy stuff
build corefx
copy stuff

Ubuntu -

install mono
dl nuget.exe
create package manifest
update nuget packages
dl HelloWolrd.cs
compile HelloWorld.cs
run it
 
Last edited:
Back
Top