mirror of
https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
synced 2026-05-06 19:20:18 +08:00
43 lines
990 B
Markdown
43 lines
990 B
Markdown
<div align="center">
|
||
|
||
[English](Docs/CONTRIBUTING-en.md) | [中文](CONTRIBUTING.md)
|
||
|
||
</div>
|
||
|
||
# 开发环境配置指南
|
||
|
||
## 系统要求
|
||
|
||
- **操作系统**:Windows 10 22H2(内部版本 19041)或更高版本
|
||
- **开发工具**:Visual Studio 2026(社区版即可)
|
||
|
||
## 开发环境设置
|
||
|
||
### 1. 安装 Visual Studio 组件
|
||
|
||
安装 Visual Studio 2026 时,请勾选以下工作负载:
|
||
|
||
- **WinUI 应用程序开发**
|
||
|
||

|
||
|
||
### 2. 克隆项目源码
|
||
|
||
使用 Git 克隆本项目到本地:
|
||
|
||
```bash
|
||
git clone https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
|
||
```
|
||
|
||
### 3. 在 Visual Studio 中打开项目
|
||
|
||
在 Visual Studio 中打开 `UntamedMusicPlayer.slnx` 文件。
|
||
|
||
### 4. 还原 NuGet 包
|
||
|
||
等待 Visual Studio 自动还原 NuGet 依赖包。
|
||
|
||
### 5. 编译并运行
|
||
|
||
点击工具栏中的"**▶ Untamed Music Player (Package)**"按钮开始调试和运行应用程序。
|