当前位置: 首页 > 软件库 > 开发工具 > 编译器 >

AvalonStudio

Cross platform IDE and Shell
授权协议 LGPL-3.0 License
开发语言 C/C++
所属分类 开发工具、 编译器
软件类型 开源软件
地区 不详
投 递 者 罗寒
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Build statusCodeFactorGitter

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

相关阅读

相关文章

相关问答

相关文档