icsharp
icsharp copied to clipboard
Compile fails on Windows10 x86-64, help or get me a pre-compiled installable
Hi,
I am not a C# compilation dude, as my point is to use this C# notebook to train into this language,
unfortunately after some efforts I cannot compile the C# engine from sources on my Windows x86-64 laptop. Would be nice if there would be a precompiled installable of this C# Jupyter engine.
Yes I too face this same issue, but it would be a great asset if C# works in jupyter notebook
-
Clone the git repo recursively to include the CSScript runtime
git clone --recursive https://github.com/zabirauf/icsharp
-
Navigate to the engine folder, and open ScriptCS.sln in VS2017
-
Change to Release from debug, Clean and rebuild solution (right click solution in solution explorer and rebuild twice works too)
-
Close VS2017 and go back to root and open iCSharp.sln, rebuild solution in Release
you will have the dll built
@kirinnee, should promote your answer to the installation page.