waveform icon indicating copy to clipboard operation
waveform copied to clipboard

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

Open odybhoja opened this issue 2 years ago • 2 comments

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

It will be awesome.

odybhoja avatar Mar 09 '23 18:03 odybhoja

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.

phandasm avatar Mar 09 '23 22:03 phandasm

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

RiemaruKarurosu avatar May 02 '23 17:05 RiemaruKarurosu