I'm getting this error when installing. Not sure if it's an error in the steps of the installation or a result of my lack of knowledge in Linux. Installed Linux in Virtualbox to try the program.
Cmake error at CmakeLists.txt
The Cmake_C Compiler.
Path_to_emsdk/upstream/emscripten/emcc
is not a full path and was not found in path
Tell Cmake where to find the compiler by setting
either the enviroment 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.
I'm getting this error when installing. Not sure if it's an error in the steps of the installation or a result of my lack of knowledge in Linux. Installed Linux in Virtualbox to try the program.
Cmake error at CmakeLists.txt
The Cmake_C Compiler.
Path_to_emsdk/upstream/emscripten/emcc
is not a full path and was not found in path
Tell Cmake where to find the compiler by setting
either the enviroment 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.