Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.74 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.74 KB

Build status CodeFactor Gitter

Datstat IDE

An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript. Forked from Avalon Studio by Vital Element, customized for Datstat Consulting's use.

To-do

  • Update to Avalonia 11
  • Change aesthetics and branding

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