I’m trying to manually (no docker) build the viewer on Ubuntu Linux 18.04. When building the backend part using the command I found in this user group:
Also, at this point, I’m ready to try running the viewer with Docker. Could you point me to the right installation instructions? There seems to be many links at different places to different resources. Just to clarify, I’m trying to have Basic Osimis viewer running.
CMake Error: CMake was unable to find a build program corresponding to “Unix Makefiles”. CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
– Configuring incomplete, errors occurred!
Does this mean I need to install lsb-sdk-5.0.0-3.x86_64.tar.gz file and run all those alien -ick commands as prescribed in the file? Or is there an easier way?
CMake Error: CMake was unable to find a build program corresponding to “Unix Makefiles”. CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
– Configuring incomplete, errors occurred!
Does this mean I need to install lsb-sdk-5.0.0-3.x86_64.tar.gz file and run all those alien -ick commands as prescribed in the file? Or is there an easier way?
Oh yes, sorry, We have archived these steps in our lsb-builder image. That’s why they are commented out in this file.
Actually, you don’t HAVE TO build with LSB. You may also build with standard GCC by using this cmake command: