You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ gantt
47
47
## 3rd party libraries
48
48
49
49
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:
51
51
```terminal
52
52
cd open3d
53
53
mkdir build
@@ -72,7 +72,7 @@ To build and test the project, follow the following steps:
72
72
```terminal
73
73
cmake/config.bat
74
74
cmake/build.bat
75
-
./build/bin/diffCheckApp.exe <-- for prototyping
75
+
./build/bin/Release/diffCheckApp.exe <-- for prototyping
0 commit comments