/AvalonStudio

Cross platform IDE and Shell

Primary LanguageC#OtherNOASSERTION

CodeFactor Build status Build Status Gitter

AvalonStudio

An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript

Try the bleeding-edge builds?

Version Installers
Windows 7 8.1 10 x64 Download
MacOSX 10.12 x64 Download
Ubuntu 14.04+ x64 Download
Debian 8 x64 Download

Building from source

1. Install Dependencies

2. Get the code

Clone the repository recursively.

git clone https://github.com/VitalElement/AvalonStudio --recursive

3. Build the project

cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build

4. Run locally built binaries

cd bin/Debug/netcoreapp2.1
dotnet ./AvalonStudio.dll