修改描述和链接地址

This commit is contained in:
muruichao 2023-12-26 16:05:52 +08:00 committed by wangpenglong
parent afe5aedfef
commit 8cd6ec68ab
1 changed files with 17 additions and 8 deletions

View File

@ -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插件IDremote-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机器上的代码
## 使用方法