An extensible, cross platform IDE written in C#
| Version | Installers |
|---|---|
| Windows 7 8.1 10 x64 | Download |
| MacOSX 10.12 x64 | Download |
| Ubuntu 14.04+ x64 | Download |
| Debian 8 x64 | Download |
Clone the repo.
git clone https://github.com/VitalElement/AvalonStudio --recursive
cd AvalonStudio
Install Dotnet Core 2 Preview from: https://www.microsoft.com/net/core/preview
These instructions are roughly the same for all platforms:
cd into the repo directory /AvalonStudio/AvalonStudio
dotnet restore
dotnet build
cd to /AvalonStudio/AvalonStudio/bin/Debug/netcoreapp2.0/
dotnet ./AvalonStudio.dll

