修改描述和链接地址
This commit is contained in:
parent
afe5aedfef
commit
8cd6ec68ab
25
README.md
25
README.md
|
@ -1,16 +1,24 @@
|
|||
# Kylin-Code
|
||||
致力于为 openKylin 社区提供程序编辑、编译、调试、发布、性能分析等全套开发流程的编程环境,以满足 openKylin 平台上的软件开发需求。
|
||||
- 基于VSCode开源项目,面向国产平台,支持多种编程语言的编辑、构建、调试,支持本地开发和远程开发的集成开发环境。未来将逐步丰富开发解决方案,致力于麒麟生态建设
|
||||
- **Kylin-Code**:openKylin社区版本IDE,主要支持X86架构。本仓库是其组成部分中的IDE基础平台,基于VSCode开源项目Code-OSS
|
||||
- **Kylin-IDE**:面向银河麒麟操作系统V10的IDE产品,支持X86、ARM、LoongArch架构
|
||||
|
||||
## 链接地址
|
||||
- IDE基础平台安装包下载地址:https://gitee.com/openkylin/kylin-code/releases
|
||||
- [插件手动下载地址](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam):https://gitee.com/openkylin/extensions-repo KylinIDETeam目录
|
||||
- [用户帮助文档地址](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md):https://gitee.com/openkylin/extensions-repo user-guide目录
|
||||
- **Kylin-Code**
|
||||
* [IDE基础平台-仓库链接](https://gitee.com/openkylin/kylin-code)
|
||||
* [IDE基础平台-下载链接](https://gitee.com/openkylin/kylin-code/releases)
|
||||
- **Kylin-IDE**
|
||||
* [IDE基础平台-仓库链接](https://gitee.com/chriswang521/kylin-ide)
|
||||
* [IDE基础平台-下载链接](https://gitee.com/chriswang521/kylin-ide/releases)
|
||||
- [汇总仓库extensions-repo](https://gitee.com/openkylin/extensions-repo)
|
||||
* [插件手动下载地址(KylinIDETeam目录)](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam)
|
||||
* [用户帮助文档地址(user-guide目录)](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
|
||||
|
||||
|
||||
## 支持架构
|
||||
- 支持X86架构
|
||||
- 支持openKylin系统(桌面应用模式、远程开发模式)
|
||||
- 通过远程开发模式,安装openKylin系统的机器可以作为本地开发机,远程开发X86、ARM、LoongArch架构、银河麒麟操作系统V10机器上的代码
|
||||
- 通过安装远程开发插件,安装openKylin系统的机器可以作为本地开发机,远程开发X86、ARM、LoongArch架构、银河麒麟操作系统V10机器上的代码
|
||||
|
||||
## 组成
|
||||
- **Kylin-Code**整体上由4部分组成,如下图所示,包括IDE基础平台、插件管理器、插件、插件仓库。**本仓库仅是Kylin-Code的其中一个组成部分:IDE基础平台**
|
||||
|
@ -22,10 +30,11 @@
|
|||
## 桌面应用模式与远程开发模式
|
||||
- **桌面应用模式**:与常见IDE一样,IDE基础平台以桌面应用软件形式安装运行
|
||||
* [本仓库的kylin-code](https://gitee.com/openkylin/kylin-code/releases)即为这种模式
|
||||
- **远程开发模式**:类似微软remote-ssh功能,IDE基础平台以远端服务形成安装运行,用户在本地通过SSH连接开发远程机器上的代码,体验和本地开发大体一致
|
||||
- **远程开发模式**:类似微软闭源的Remote SSH功能,IDE基础平台以远端服务形成安装运行,用户在本地通过SSH连接开发远程机器上的代码,体验和本地开发大体一致
|
||||
* 远程开发模式需要插件(插件名称:Kylin remote development,插件ID:remote-dev,插件发布者xhafei)和服务端配合实现,插件会自动或引导用户安装服务端
|
||||
* 服务端下载地址:https://gitee.com/mcy-kylin/kylin-ide-server/releases
|
||||
* 通过远程开发模式,安装openKylin系统的机器可以作为本地开发机,远程开发X86、ARM、LoongArch架构、银河麒麟操作系统V10机器上的代码
|
||||
* [插件手动下载地址](https://gitee.com/mcy-kylin/remote-dev/releases)
|
||||
* [服务端手动下载地址](https://gitee.com/mcy-kylin/kylin-ide-server/releases)
|
||||
* 通过安装远程开发插件,安装openKylin系统的机器可以作为本地开发机,远程开发X86、ARM、LoongArch架构、银河麒麟操作系统V10机器上的代码
|
||||
|
||||
## 使用方法
|
||||
|
||||
|
|
Loading…
Reference in New Issue