Skip to content

Commit b467a9e

Browse files
FIX: path in README.md made more universal
1 parent f9b3496 commit b467a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ 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 to `Program Files/Open3D`:
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 to `Program Files/Open3D`. Change `<Your user name>` with your user name:
5151
```terminal
52-
Expand-Archive -DestinationPath 'C:\Users\localuser\Downloads' -LiteralPath "C:\Users\localuser\Downloads\open3d-devel-windows-amd64-0.18.0.zip"
53-
Move-Item -LiteralPath 'C:\Users\localuser\Downloads\open3d-devel-windows-amd64-0.18.0\*' -Destination 'C:\Program Files\Open3D\'
54-
rmdir 'C:\Users\localuser\Downloads\open3d-devel-windows-amd64-0.18.0\'
52+
Expand-Archive -DestinationPath 'C:\Users\<Your user name>\Downloads' -LiteralPath "C:\Users\<Your user name>\Downloads\open3d-devel-windows-amd64-0.18.0.zip"
53+
Move-Item -LiteralPath 'C:\Users\<Your user name>\Downloads\open3d-devel-windows-amd64-0.18.0\*' -Destination 'C:\Program Files\Open3D\'
54+
rmdir 'C:\Users\<Your user name>\Downloads\open3d-devel-windows-amd64-0.18.0\'
5555
```
5656
- `Eigen` for linear algebra (needed by `Open3d`)
5757
- `CGAL` for general geometric processing and IO

0 commit comments

Comments
 (0)