Skip to content

csuffyy/AvalonStudio

 
 

Repository files navigation

AvalonStudio

An extensible, cross platform IDE written in C#

Build status

Build Status

![Gitter](https://badges.gitter.im/Join Chat.svg) Cross platform IDE on Avalonia for Avalonia

Try the bleeding-edge builds?

You can get the very latest binaries compiled directly from Git here: https://ci.appveyor.com/api/projects/danwalmsley/avalonstudio/artifacts/AvalonStudio.zip

To run on an OS other than Windows, you need Mono.

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%