Commit 1e9e2aa9 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14811 from jxu:ubuntu-doc-fix

parents 7589225f b9399a5d
...@@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth ...@@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth
``` ```
sudo apt-get install cmake sudo apt-get install cmake
sudo apt-get install python-devel numpy sudo apt-get install python-dev python-numpy
sudo apt-get install gcc gcc-c++ sudo apt-get install gcc g++
``` ```
Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment