mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
[Document] Add documents for #23 added more dependencies.
Signed-off-by: Leroy.H.Y <lhy20010403@hotmail.com>
Former-commit-id: 8c5e22bd2b
This commit is contained in:
parent
ccdb490631
commit
b24e69b196
@ -1,8 +1,14 @@
|
||||
# Version 1.0 CHANGELOG
|
||||
|
||||
**2019-07-11**: 发布第一个 RC
|
||||
**CURRENT VERSION: ** *[v1.0.1](https://github.com/lhy0403/Qv2ray/releases/tag/v1.0.1)*
|
||||
|
||||
**2019-07-09**: 发布第一个公开测试版本 [v0.9.9b](https://github.com/lhy0403/Qv2ray/releases/tag/v0.9.9b)
|
||||
-------
|
||||
|
||||
**2019-07-14**: *v1.0.1* 修复一个拼写错误,该错误源自 [`0e9b90f`](https://github.com/lhy0403/Qv2ray/commit/0e9b90fb116b790156314a21a6ef1abc8d60fa63#diff-c3f4a6d32c4ab34067ba5fa647341c6aR12) 提交
|
||||
|
||||
**2019-07-11**: *v1.0.0* 发布第一个 RC 修改 MacOS 默认文件位置
|
||||
|
||||
**2019-07-09**: *v0.9.9b* 发布第一个公开测试版本 [v0.9.9b](https://github.com/lhy0403/Qv2ray/releases/tag/v0.9.9b)
|
||||
|
||||
**2019-07-08**: dev 分支的 [`v0.9.2a`](https://github.com/lhy0403/Qv2ray/releases/tag/v0.9.2a) 版本现在可以使用 GUI 修改配置,并做到动态重载配置(包括入站设置,日志,Mux选项)此版本完成了所有翻译工作,添加了双击配置列表即可启动对应配置的功能
|
||||
|
||||
|
17
README.md
17
README.md
@ -18,11 +18,22 @@ Travis per machine badge provided by: https://github.com/exogen/badge-matrix ( @
|
||||
|
||||
## 1. 依赖
|
||||
|
||||
- Qt >= 5.12
|
||||
- gcc >=8 (Linux 需要 c++11 支持) 或 MinGW (Windows) 或 clang (MacOS)
|
||||
- QtCreator (推荐)
|
||||
- 运行依赖:
|
||||
|
||||
- ArchLinux
|
||||
|
||||
- 在 `v2ray` 包的基础上 额外需要 `v2ray-domain-list-community` 和 `v2ray-geoip` 进行分流代理
|
||||
|
||||
Issue: https://github.com/lhy0403/Qv2ray/issues/23#issuecomment-511384858
|
||||
|
||||
- 编译依赖
|
||||
|
||||
- Qt >= 5.12
|
||||
- gcc >=8 (Linux 需要 c++11 支持) 或 MinGW (Windows) 或 clang (MacOS)
|
||||
- QtCreator (推荐)
|
||||
|
||||
## 2. 编译方法
|
||||
|
||||
- 详见 [BUILD.md](BUILD.md)
|
||||
|
||||
## 3. 最近更新内容
|
||||
|
Loading…
Reference in New Issue
Block a user