4.2.1 Build on x86
Dependencies
To build the GStreamer Shark, you need to have the following dependencies installed
Graphviz:
sudo apt install graphviz libgraphviz-dev
Build
Clone the repository:
git clone https://github.com/RidgeRun/gst-shark.git
cd gst-shark
Build the project:
meson setup builddir
meson compile -C builddir
Test the project:
meson test -C builddir
Install
Install the project:
sudo meson install -C builddir