Jump to content

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

m (Mgruner moved page Birds Eye View/Introduction/Quick Start Guide to Birds Eye View/Getting Started/Quickstart Guide without leaving a redirect: Better title location)
Line 4: Line 4:


Run the following command to make sure all the dependencies are installed:
Run the following command to make sure all the dependencies are installed:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash line>
apt update
apt update
apt install -y git meson ninja-build pkg-config libjsoncpp-dev libopencv-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad qtbase5-dev qtmultimedia5-dev libqt5multimedia5-plugins libcpputest-dev doxygen graphviz wget unzip
apt install -y git meson ninja-build pkg-config \
  libjsoncpp-dev libopencv-dev \
  libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad \
  qtbase5-dev qtmultimedia5-dev libqt5multimedia5-plugins \
  libcpputest-dev doxygen graphviz wget unzip
</syntaxhighlight>
</syntaxhighlight>


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