phandasm / waveform

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

installation instructions might need an update #70

Open laama1 opened 1 month ago

laama1 commented 1 month ago

I followed the compiling instructions for fedora, but when I run "cmake .." i get this error:

-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:9 (project):
  No CMAKE_CXX_COMPILER could be found.

This is resolved when I install sudo dnf install gcc-c++ (as suggested by chatgpt)

laama1 commented 1 month ago

Installing metapackage @development-tools was not enough.