# AvalonStudio **Repository Path**: jamesma/AvalonStudio ## Basic Information - **Project Name**: AvalonStudio - **Description**: 跨平台的嵌入式开发IDE.forking for https://github.com/VitalElement/AvalonStudio/ - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-04 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![CodeFactor](https://www.codefactor.io/repository/github/vitalelement/avalonstudio/badge)](https://www.codefactor.io/repository/github/vitalelement/avalonstudio) [![Build status](https://ci.appveyor.com/api/projects/status/l2k85kekoby4tb4j/branch/master?svg=true)](https://ci.appveyor.com/project/danwalmsley/avalonstudio/branch/master) [![Build Status](https://travis-ci.org/VitalElement/AvalonStudio.svg?branch=master)](https://travis-ci.org/VitalElement/AvalonStudio) [![Gitter](https://badges.gitter.im/VitalElement/AvalonStudio.svg)](https://gitter.im/VitalElement/AvalonStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) # AvalonStudio An extensible, cross platform IDE written in C# ## Try the bleeding-edge builds? | Version | Installers | |---------|------------| |**Windows 7 8.1 10 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-win7-x64.zip?branch=master)| |**MacOSX 10.12 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-osx.10.12-x64.zip?branch=master)| |**Ubuntu 14.04+ x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-ubuntu.14.04-x64.zip?branch=master)| |**Debian 8 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-debian.8-x64.zip?branch=master)| ## Building from source ### Getting the code Clone the repo. ``` git clone https://github.com/VitalElement/AvalonStudio --recursive cd AvalonStudio ``` ### Install Dependencies Install Dotnet Core 2 Preview from: https://www.microsoft.com/net/core/preview ### Building the project These instructions are roughly the same for all platforms: cd into the repo directory `/AvalonStudio/AvalonStudio` `dotnet restore` `dotnet build` ### Running locally built binaries cd to /AvalonStudio/AvalonStudio/bin/Debug/netcoreapp2.0/ `dotnet ./AvalonStudio.dll`