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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ pip install .
26
26
> M3T relies on [GLFW](https://www.glfw.org/). Before building ensure it is installed.
27
27
> For Ubuntu run `apt-get install libglfw3 libglfw3-dev`
28
28
29
-
30
29
```
31
30
git clone https://github.com/agimus-project/pym3t
32
31
cd pym3t
@@ -37,6 +36,11 @@ pip install .
37
36
pip install .[examples]
38
37
```
39
38
39
+
### Building with realsense support
40
+
First ensure that [librealsense](https://github.com/IntelRealSense/librealsense) is installed. It should be the case if you followed the conda-based installation. Then build with:
0 commit comments