Skip to content

Commit 689e0db

Browse files
committed
FIX: update readme with new instructions x2
1 parent c7e95ca commit 689e0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mkdir build
5454
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX="C:\Program Files\Open3D" -S . -B build
5555
cmake --build build --config Release --target ALL_BUILD
5656
cmake --build build --config Release --target INSTALL
57-
57+
```
5858

5959
- `Eigen` for linear algebra (needed by `Open3d`)
6060
- `fmt` for string formatting (needed by `Open3d`)

0 commit comments

Comments
 (0)