Försöker att installera OSCAM på en linuxserver med hjälp av guiden https://www.comhit.net/content.php/1...Cam-CardServer. Har precis installerat cmake och försöker nu att köra "cmake -DWEBIF=1 .." men får detta error meddelande, vad är fel?

/usr/src/oscam/oscam-svn/build # cmake -DWEBIF=1 ..
-- The C compiler identification is unknown
CMake Error at CMakeLists.txt:1 (project):
No CMAKE_C_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/usr/src/oscam/oscam-svn/build/CMakeFiles/CMakeOutput.log".
See also "/usr/src/oscam/oscam-svn/build/CMakeFiles/CMakeError.log".