Hello:
I build Elektron-SDK1.2.1.linux, but I get some errors:
the cmd I run is "cmake -H./ -B../../buildDir"
the logFile is shown in the attachment.linux-sdk-build-log.txt
@luxiangyuan
Not sure which Linux version you are using?
From my experience, I found below error message when I tried EMA on CentOS. It looks like I need to install The Linux Standard Base (LSB) core package (redhat-lsb-core).
CMake Error at CMake/setBinaryEnvironment.cmake:227 (string): string sub-command REGEX, mode MATCH needs at least 5 arguments total to command
You may try installing the redhat-lsb-core package usingsudo yum install redhat-lsb-coreAnd then run the cmake command again.
thank you, it works