Skip to main content

4.2.1 Build on x86

Dependencies

To build the GStreamer Instruments, you need to have the following dependencies installed:

GStreamer

Vala and GTK3:

sudo apt install valac libgtk-3-dev

Build

Clone the repository:

git clone https://github.com/kirushyk/gst-instruments.git
cd gst-instruments

Build the project:

meson setup builddir
meson compile -C builddir

Install

Install the project:

sudo meson install -C builddir