Skip to content

VitalElement/AvalonStudio

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 1, 2021 15:00
April 7, 2021 13:07
November 2, 2021 22:11
August 26, 2021 10:17
June 7, 2021 23:41
January 23, 2018 04:36
April 22, 2019 21:21
May 31, 2018 12:50
February 8, 2021 20:29
June 7, 2021 23:44
May 31, 2018 12:27
November 1, 2021 15:51
November 1, 2021 15:09
March 23, 2017 12:01
May 11, 2017 12:57
February 7, 2018 21:09

Build status CodeFactor Gitter

AvalonStudio

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

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/net5.0
./AvalonStudio