Skip to content

Commit

Permalink
告诉大家如何编译
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 22, 2017
1 parent c3ea1c0 commit c436425
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

如使用软件造成的损失,与开发者无关

## 分支
## 合作开发

### 分支

- master
主分支
Expand All @@ -31,24 +33,28 @@
- DotNet20
用于xp系统的客户端



### 相关资源

如果您有任何关于我们文档或产品的建议和想法,欢迎到我们的Github发起issue参与讨论。

或直接联系我们的开发者 [chenhaowen](mailto:chenhaowen01@qq.com) [Jim Jiang](mailto:jim@lotlab.org) [lindexi](mailto:lindexi_gd@163.com) [lyhyl](mailto:wingkou@outlook.com)


#### 贡献代码
### 贡献代码

1. Fork
2. 创建您的特性分支 git checkout -b my-new-feature
3. 提交您的改动 git commit -am 'Added some feature'
4. 将您的修改记录提交到远程 git 仓库 git push origin my-new-feature
5. 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request

### 许可证
### 开发工具

1. 请使用 VisualStudio 2017 打开 Drcom-Dialer.sln 。因为项目使用 C# 7.0 语法,所以 VisualStudio 2015 可能无法通过编译
1. 设置nuget,如果没有梯子,请使用[博客园](https://nuget.cnblogs.com/v3/index.json)的nuget。
1. 还原 Nuget ,请右击解决方案选择还原Nuget。如果发现还原之后出现找不到`MahApps`,请点击引用查看是否有项目无法正确引用。通过卸载重装项目一般可以解决。
1. 编译。请在 VisualStudio 点击启动按钮编译。

## 相关资源

如果您有任何关于我们文档或产品的建议和想法,欢迎到我们的Github发起issue参与讨论。

或直接联系我们的开发者 [chenhaowen](mailto:chenhaowen01@qq.com) [Jim Jiang](mailto:jim@lotlab.org) [lindexi](mailto:lindexi_gd@163.com) [lyhyl](mailto:wingkou@outlook.com)

## 许可证

基于 GPL 协议发布

0 comments on commit c436425

Please sign in to comment.