We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have an .rpm package or a clear instruction to install it on a fedora based distribution.
It will be awesome.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
No branches or pull requests
Can we have an .rpm package or a clear instruction to install it on a fedora based distribution.
It will be awesome.
The text was updated successfully, but these errors were encountered: