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...
... 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
But still...
... 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: