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

pull/15001/head
Alexander Alekhin 5 years ago
commit 1e9e2aa95c
  1. 4
      doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown

@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth
```
sudo apt-get install cmake
sudo apt-get install python-devel numpy
sudo apt-get install gcc gcc-c++
sudo apt-get install python-dev python-numpy
sudo apt-get install gcc g++
```
Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support

Loading…
Cancel
Save