Jump to content

Birds Eye View/Getting Started/Quickstart Guide: Difference between revisions

No edit summary
Line 13: Line 13:


<syntaxhighlight lang=bash line>
<syntaxhighlight lang=bash line>
apt update
sudo apt update
apt install -y git meson ninja-build pkg-config \
sudo apt install -y \
   libjsoncpp-dev libopencv-dev \
  libjsoncpp-dev \
   libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad \
  libopencv-dev libopencv-core-dev \
   libopencv-video-dev libopencv-highgui-dev libopencv-videoio-dev \
   libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
  gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-plugins-base \
  gstreamer1.0-libav gstreamer1.0-plugins-ugly \
   qtbase5-dev qtmultimedia5-dev libqt5multimedia5-plugins \
   qtbase5-dev qtmultimedia5-dev libqt5multimedia5-plugins \
   libcpputest-dev doxygen graphviz wget unzip
   git wget unzip libcpputest-dev doxygen graphviz \
  python3-pip ninja-build
sudo -H pip3 install meson
</syntaxhighlight>
</syntaxhighlight>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.