VitalElement / AvalonStudio

Cross platform IDE and Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cross platform IDE and Shell

License:GNU Lesser General Public License v3.0


Languages

Language:C# 99.3%Language:Shell 0.3%Language:PowerShell 0.3%Language:Vim Snippet 0.1%Language:Dockerfile 0.0%Language:HTML 0.0%Language:Batchfile 0.0%