Cmake error when installing.
Opened this issue · 8 comments
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.
Maybe you can try to replace all PATH_TO_EMSDK with the path to your emsdk directory.
I fixed it some days ago. If I recall correctly this was for the desktop version. Now it runs but it only shows a grey screen with the title of the software. Any idea?
At present, I still haven't built the web version successfully, and I haven't tried the desktop version. May I ask if you built it on a linux system or a windows system?
@pablodalma93 how did you make the web version work? I tried to compile in ubuntu but I still have this issue Can't run properly #20
For who might yet be struggling to run it locally:
It must be ran through a web server and it is also needed to copy some more files than the ones generated in the build directory.
Take a look at the end of this comment