Skip to content

Commit 448b489

Browse files
authored
Update README.md
1 parent 2915fb8 commit 448b489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ A Simple and High performance Http and Https server plugin for [krkr2](https://g
88
Used headers from [SimpleWeb](https://github.com/eidheim/Simple-Web-Server) repository.
99
引用了来自[SimpleWeb](https://github.com/eidheim/Simple-Web-Server)的代码。
1010
documentation and wiki:[KWebServer Documentation](https://khjtechresearch.github.io/KWebServer/)
11-
使用文档:[KWebServer文档](https://khjtechresearch.github.io/KWebServer/)
11+
使用文档:[KWebServer文档](https://khjtechresearch.github.io/KWebServer/)
1212
**(Chinese version only,English version comming soon.)**
1313
**English and Japanese translations wanted, if you would like to do the translations,please open a pull request and upload translated documents with a suffix such as `_ja` or `_en`.**
1414
### Building
1515
* Checkout project
1616
* You can use **Visual Studio 2019 IDE** or clone from console:
1717
`git clone https://github.com/KhjTechResearch/KWebServer`
1818
* Setup
19-
* setup boost C++ library
20-
* setup openSSL library
19+
* setup [boost C++ library](https://www.boost.org/)
20+
* setup [openSSL](https://github.com/openSSL/openSSL) library
2121
* add them into build path
2222
* Building
2323
* just set to Release Version and build it
@@ -30,8 +30,8 @@ documentation and wiki:[KWebServer Documentation](https://khjtechresearch.github
3030
* 你可以使用**Visual Studio 2019 IDE**导入此项目或者在控制台输入
3131
`git clone https://github.com/KhjTechResearch/KWebServer`
3232
* 准备工作
33-
* 准备boost C++库
34-
* 准备openSSL库
33+
* 准备[boost C++库](https://www.boost.org/)
34+
* 准备[openSSL](https://www.openSSL.org)
3535
* 把他们添加到包含目录
3636
* 编译
3737
*设置为Release配置并生成

0 commit comments

Comments
 (0)