I am attempting to install this on Ubuntu 16.04.
After cloning psi, installing .NET core and VS Code, I tried to run build.sh but there was a missing ilasm binary necessary for building.
I tried this: https://github.com/dotnet/coreclr/blob/master/Documentation/building/linux-instructions.md which, after compilation, generates the ilasm binary, but if I try to run it by pointing my PATH env var to it, I get segfaults.
(This is Casey Kennington, btw)
I am attempting to install this on Ubuntu 16.04.
After cloning psi, installing .NET core and VS Code, I tried to run build.sh but there was a missing ilasm binary necessary for building.
I tried this: https://github.com/dotnet/coreclr/blob/master/Documentation/building/linux-instructions.md which, after compilation, generates the ilasm binary, but if I try to run it by pointing my PATH env var to it, I get segfaults.
(This is Casey Kennington, btw)