Skip to content

Commit

Permalink
doc(README.md): update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Practice3DVision committed Apr 28, 2024
1 parent 3ed2f8d commit d880cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
**SLMaster**依赖的库包含如下几点:
- [FluentUI](https://github.com/Practice3DVision/SLMaster/tree/master/FluentUI)`V1.5.6`(项目内包含)
- [QuickQanava](https://github.com/cneben/QuickQanava/tree/2.4.1)`V2.4.1`(项目内包含)
- [MVSDK](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)`V2.3.5`(项目内包含)
- [MVViewer](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)`V2.3.5`
- [opencv_contribute](https://github.com/opencv/opencv_contrib.git)`V4.8.0`
- [OpenCV](https://github.com/opencv/opencv.git)`V4.8.0`
- [VTK](https://github.com/Kitware/VTK/tree/v9.2.0)`V9.2.0`
Expand All @@ -45,7 +45,7 @@
## 编译 🚀
当您获取到本库代码之后,首先检查上述依赖,若不满足依赖条件,可通过点击上述依赖库跳转至对应的库,随后下载其代码并进行编译。以上面库皆没有编译安装的环境为例,编译顺序如下:
1. 下载[MVSDK](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)并进行安装。
1. 下载[MVViewer](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)并进行安装。
2. 下载[OpenCV](https://github.com/opencv/opencv.git)[opencv_contribute](https://github.com/opencv/opencv_contrib.git)并进行编译(若`WITH_CUDA`未勾选请勾选上)
3. 下载[Qt5.15](https://doc.qt.io/qt-5/index.html)并选择`MSVC`编译套件安装
4. 下载[VTK](https://github.com/Kitware/VTK/tree/v9.2.0)并令`VTK_GROUP_ENABLE_Qt=YES`进行编译
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For more usage and development documentation, please refer to [Wiki Document](ht
The libraries that **SLMaster** depends on include the following points:
- [FluentUI](https://github.com/Practice3DVision/SLMaster/tree/master/FluentUI)`V1.5.6` (The project includes)
- [QuickQanava](https://github.com/cneben/QuickQanava/tree/2.4.1)`V2.4.1` (The project includes)
- [MVSDK](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)`V2.3.5` (The project includes)
- [MVViewer](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17)`V2.3.5`
- [opencv_contribute](https://github.com/opencv/opencv_contrib.git)`V4.8.0`
- [OpenCV](https://github.com/opencv/opencv.git)`V4.8.0`
- [VTK](https://github.com/Kitware/VTK/tree/v9.2.0)`V9.2.0`
Expand All @@ -44,7 +44,7 @@ The libraries that **SLMaster** depends on include the following points:
## Build 🚀
After obtaining the code from this library, first check the above dependencies. If the dependency conditions are not met, you can click on the above dependency library to jump to the corresponding library, then download its code and compile it. Taking the environment where none of the above libraries have been compiled and installed as an example, the compilation order is as follows:

1. Download [MVSDK](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17) and install it。
1. Download [MVViewer](https://www.irayple.com/cn/serviceSupport/downloadCenter/18?p=17) and install it。
2. Download [OpenCV](https://github.com/opencv/opencv.git)[opencv_contribute](https://github.com/opencv/opencv_contrib.git) and compile it (if `WITH-CUDA` is not checked, please check it)
3. Download [Qt5.15](https://doc.qt.io/qt-5/index.html) and select the `MSVC` compilation kit installation
4. Download [VTK](https://github.com/Kitware/VTK/tree/v9.2.0) and compile with `VTK_GROUP-ENABLE_Qt=YES`
Expand Down

0 comments on commit d880cbd

Please sign in to comment.