Skip to content

danwalmsley/AvalonStudio

 
 

Repository files navigation

AvalonStudio

An extensible, cross platform IDE written in C#

Build status

Build Status

Gitter

Cross platform IDE on Avalonia for Avalonia

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 repo.

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

cd AvalonStudio

Then install dependencies.

  • Windows should work out-of-the box (assuming you have .NET installed)
  • mono-complete and some build compatibility scripts on Linux
  • Download Mono for macOS

A script for Linux users:

sudo ./dependencies.sh

Building the project

Windows

Linux/macOS

Kick of the build with

sudo ./buildmono.sh

once build has completed.

cd AvalonStudio/bin/Release
mono AvalonStudio.exe

About

Cross platform IDE written in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • Other 0.7%