I try to install a software in CentOS 6.2, without success. In README file it says:
Requirements:
- qt4 gui lib version >= qt4.6.x
Note that many linux distributions split packages into a user
and developer package and that you need to install both.
- ALSA Version 1.0 or newer (audio/midi input/output)
- CMake >= 2.4.6
- libsndfile >= 1.0.19
- recommended: JACK audio server (audio output)
- recommended: portaudio 19
(required for windows version)
when I try to install it with make release, I get the following:
-- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
Can anyone help me on this issue?