We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e95ca commit 689e0dbCopy full SHA for 689e0db
README.md
@@ -54,7 +54,7 @@ mkdir build
54
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX="C:\Program Files\Open3D" -S . -B build
55
cmake --build build --config Release --target ALL_BUILD
56
cmake --build build --config Release --target INSTALL
57
-
+```
58
59
- `Eigen` for linear algebra (needed by `Open3d`)
60
- `fmt` for string formatting (needed by `Open3d`)
0 commit comments