Skip to content

Commit f4412f7

Browse files
cafce25twistedfall
authored andcommitted
Link to README.md instead of referring to below in INSTALL.md
Fix the misleading references to below in `INSTALL.md`.
1 parent 4fba089 commit f4412f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Installing OpenCV is easy through the following sources:
4747
```shell script
4848
choco install llvm opencv
4949
```
50-
also set `OPENCV_LINK_LIBS`, `OPENCV_LINK_PATHS` and `OPENCV_INCLUDE_PATHS` environment variables (see below
50+
also set `OPENCV_LINK_LIBS`, `OPENCV_LINK_PATHS` and `OPENCV_INCLUDE_PATHS` environment variables (see [the Environment Variables section of README.md](https://github.com/twistedfall/opencv-rust/tree/v0.94.3?tab=readme-ov-file#environment-variables)
5151
for details).
5252

5353
Also, check the user guides [here](https://github.com/twistedfall/opencv-rust/issues/118#issuecomment-619608278)
@@ -102,7 +102,7 @@ You can of course always compile OpenCV of the version you prefer manually. This
102102
requires some additional configuration.
103103

104104
You need to set up the following environment variables to point to the installed files of your OpenCV build:
105-
`OPENCV_LINK_LIBS`, `OPENCV_LINK_PATHS` and `OPENCV_INCLUDE_PATHS` (see below for details).
105+
`OPENCV_LINK_LIBS`, `OPENCV_LINK_PATHS` and `OPENCV_INCLUDE_PATHS` (see [the Environment Variables section of README.md](https://github.com/twistedfall/opencv-rust/tree/v0.94.3?tab=readme-ov-file#environment-variables) for details).
106106

107107
### Static build
108108

0 commit comments

Comments
 (0)