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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,19 @@ Core modules:
34
34
35
35
### Build
36
36
##### Linux (currently only supported)
37
-
1. Build `open3d` as external library. You can follow the instruction from here [guide](https://github.com/intel-isl/open3d-cmake-find-package). Build `pybind11` in your system as well.
37
+
1. Build `open3d` as external library. You can follow the instruction from here [guide](https://github.com/intel-isl/open3d-cmake-find-package). Build `pybind11` in your system as well. If you only use C++ API, you can skip this step and just download the pre-built `open3d` library from [official website](http://www.open3d.org/docs/release/getting_started.html).
You can run c++ examples after finish build the library. The source code of examples are in `examples/cpp`.
152
+
You can run c++ examples after finish build the library, which are inside `/path/to/install/misc3d/bin`. The source code of examples are in`examples/cpp`.
0 commit comments