phandasm / waveform

Audio spectral analysis plugin for OBS
https://obsproject.com/forum/resources/waveform.1423/
GNU General Public License v3.0
483 stars 29 forks source link

Cannot find a way to install it on a fedora based distribution (nobara) #45

Open 0xOdy opened 1 year ago

0xOdy commented 1 year ago

Can we have an .rpm package or a clear instruction to install it on a fedora based distribution.

It will be awesome.

phandasm commented 1 year ago

OBS won't run in a VM and my dual boot is Ubuntu so I can't test it but build/install instructions for fedora should be something like this:

sudo dnf install @development-tools cmake obs-studio-devel fftw-devel

git clone --recurse-submodules https://github.com/phandasm/waveform.git
mkdir waveform/build
cd waveform/build

cmake ..
make
make install

This assumes you have OBS packages available via RPM Fusion as noted on the OBS Wiki.

RiemaruKarurosu commented 1 year ago

OBS won't run in a VM and my dual boot is Ubuntu so I can't test it but build/install instructions for fedora should be something like this:

sudo dnf install @development-tools cmake obs-studio-devel fftw-devel

git clone --recurse-submodules https://github.com/phandasm/waveform.git
mkdir waveform/build
cd waveform/build

cmake ..
make
make install

This assumes you have OBS packages available via RPM Fusion as noted on the OBS Wiki.

Tested in Nobara 37 with latest kernel, works fine, should be added to README.MD