DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.37k stars 318 forks source link

Build failure on linux #264

Open Colins2 opened 9 months ago

Colins2 commented 9 months ago

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.