| Ubuntu 14.04 | Windows | Mac OS X | |
|---|---|---|---|
| Debug | |||
| Release |
| Ubuntu 14.04 | Windows | Mac OS X | |
|---|---|---|---|
| Installers | Download Debian Package | Download Msi | Download Pkg |
| Binaries | Download tar file | Download zip file | Download tar file |
In order to build dotnet-cli, you need the following installed on you machine
- Visual Studio 2015 with Web Development Tools
- Beta8 is available here and should work: http://www.microsoft.com/en-us/download/details.aspx?id=49442
- Install
WebToolsExtensionsVS14.msiandDotNetVersionManager-x64.msi
- Install
- CMake (available from https://cmake.org/) is required to build the native host
corehost. Make sure to add it to the PATH.
- Run
build.cmdorbuild.shfrom the root - Use
artifacts/{os}-{arch}/stage2/dotnetto try out thedotnetcommand. You can also addartifacts/{os}-{arch}/stage2to the PATH if you want to rundotnetfrom anywhere.
- You can also use Visual Studo code https://code.visualstudio.com/
cd test\TestAppdotnet run