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
Cmake: *librealsense* requires version 3.8+ which is currently not made available via apt manager for Ubuntu LTS.
44
+
Go to the [official CMake site](https://cmake.org/download/) to download and install the application
45
+
42
46
43
47
**Note** on graphic sub-system utilization:<br />
44
48
*glfw3*, *mesa* and *gtk* packages are required if you plan to build the SDK's OpenGl-enabled examples. The *librealsense* core library and a range of demos/tools are designed for headless environment deployment.
@@ -69,7 +73,7 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may
Copy file name to clipboardExpand all lines: doc/installation_osx.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# macOS Installation
2
2
3
-
**Note:** macOS support for the full range of functionality offered by the SDK is not yet complete. If you need support for R200 or the ZR300, [legacy librealsense](https://github.com/IntelRealSense/librealsense/tree/legacy) offers a subset of SDK functionality.
3
+
**Note:** macOS support for the full range of functionality offered by the SDK is not yet complete. If you need support for R200 or the ZR300, [legacy librealsense](https://github.com/IntelRealSense/librealsense/tree/legacy) offers a subset of SDK functionality.
4
4
5
5
## Building from Source
6
6
@@ -10,6 +10,10 @@
10
10
*`brew install libusb pkg-config`
11
11
*`brew install homebrew/core/glfw3`
12
12
*`brew install cmake`
13
+
14
+
**Note***librealsense* requires CMake version 3.8+ that can be obtained via the [official CMake site](https://cmake.org/download/).
Copy file name to clipboardExpand all lines: doc/installation_windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Note:** Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM.
4
4
5
-
librealsense shall be built on Windows using [CMake](https://cmake.org/download/) and Visual Studio 2015 / 2017:
5
+
librealsense shall be built on Windows using [CMake v3.8+](https://cmake.org/download/) and Visual Studio 2015 / 2017:
6
6
(MSVC2013 and older are not fully compatible with the C++11 feature-set).
0 commit comments