Skip to content

Commit ba86fbe

Browse files
authored
Merge pull request #4 from diffCheckOrg/README_improvement
README.md improvement for Open3D library installation
2 parents c2eafe7 + 2566df6 commit ba86fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gantt
4747
## 3rd party libraries
4848

4949
The project uses the following 3rd party libraries:
50-
- `Open3d 0.18.0` for 3D point cloud processing it needs to be installed from source [from here](https://github.com/isl-org/Open3D/releases/download/v0.18.0/open3d-devel-windows-amd64-0.18.0.zip), unzip the file and by following the instructions below:
50+
- `Open3d 0.18.0` for 3D point cloud processing it needs to be installed from source [from here](https://github.com/isl-org/Open3D/archive/refs/tags/v0.18.0.zip), unzip the file and by following the instructions below:
5151
```terminal
5252
cd open3d
5353
mkdir build
@@ -72,7 +72,7 @@ To build and test the project, follow the following steps:
7272
```terminal
7373
cmake/config.bat
7474
cmake/build.bat
75-
./build/bin/diffCheckApp.exe <-- for prototyping
75+
./build/bin/Release/diffCheckApp.exe <-- for prototyping
7676
```
7777

7878
## Prototype diffCheck in C++

0 commit comments

Comments
 (0)