From 9c288d7407fc22cbea107b7459554250dd19a8f1 Mon Sep 17 00:00:00 2001 From: DeepFire <784942619@qq.com> Date: Sat, 14 Sep 2019 11:56:35 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b018afc..853406d 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ OP(operator & open)是一个开源插件(类似大漠插件).主要特点:Window [op接口说明](https://github.com/WallBreaker2/op/blob/master/doc) ## Build -使用vs2017编译,除了DirectX SDK外,需要以下库支持:opencv,blackbone和minhook -可使用[Vcpkg](https://github.com/Microsoft/vcpkg.git)快速安装opencv库 +使用vs2017编译,除了DirectX SDK外,需要以下库支持:blackbone和minhook +可使用[Vcpkg](https://github.com/Microsoft/vcpkg.git)快速安装MINHOOK库 其它额外的库可自己编译,参见[3rdparty-Lib](#3rdparty-Lib),也可进群下载 *** ## Fetaure @@ -45,9 +45,8 @@ A星寻路算法 ### 3rdparty-Lib --- -[1].[opencv3.4](https://opencv.org/) -[2].[blackbone](https://github.com/DarthTon/Blackbone.git) -[3].[minhook](https://github.com/TsudaKageyu/minhook.git) +[1].[blackbone](https://github.com/DarthTon/Blackbone.git) +[2].[minhook](https://github.com/TsudaKageyu/minhook.git) ### Reference ---