Skip to content

Commit

Permalink
Merge pull request #4 from diffCheckOrg/README_improvement
Browse files Browse the repository at this point in the history
README.md improvement for Open3D library installation
  • Loading branch information
9and3 authored Mar 29, 2024
2 parents c2eafe7 + 2566df6 commit ba86fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gantt
## 3rd party libraries

The project uses the following 3rd party libraries:
- `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:
- `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:
```terminal
cd open3d
mkdir build
Expand All @@ -72,7 +72,7 @@ To build and test the project, follow the following steps:
```terminal
cmake/config.bat
cmake/build.bat
./build/bin/diffCheckApp.exe <-- for prototyping
./build/bin/Release/diffCheckApp.exe <-- for prototyping
```

## Prototype diffCheck in C++
Expand Down

0 comments on commit ba86fbe

Please sign in to comment.