Skip to content

liquidboy/AvalonStudio

 
 

Repository files navigation

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

Getting the code

Clone the repository.

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

cd AvalonStudio

Install Dependencies

Install .NET Core 2 from: https://www.microsoft.com/net/download/core

Building the project

These instructions are roughly the same for all platforms:

cd into the repository directory /AvalonStudio/AvalonStudio/AvalonStudio

dotnet restore
dotnet build

Running locally built binaries

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

About

Cross platform IDE written in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%