DiligentEngine icon indicating copy to clipboard operation
DiligentEngine copied to clipboard

Build failure on linux

Open Colins2 opened this issue 2 years ago • 0 comments

I had a build failure in the module "Validating DiligentCore module's source code formatting." The error was 'validate_format_linux_implementation.sh: Line 38: python: command not found The file is: ...../DiligentEngine/DiligentCore/BuildTools/FormatValidation/validate_format_linux_implementation.sh I changed 'python' to 'python3' on line 38 and then everything built normally.

Colins2 avatar Aug 14 '23 10:08 Colins2