Hi, guys
I want to compile Godot by myself, and it's easy to compile with VS,
but VS2015 is too heavy, I just want a light IDE, and I try to compiled with QtCreator with MinGW, but failed.
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "E:\ProgramFiles\Godot\godot-master\SConstruct", line 3, in <module>
MSVC not detected, attempting Mingw.
- gcc detected.
..........
platform\windows\joystick.h:35:20: fatal error: dinput.h: No such file or directory
#include <dinput.h>
^
compilation terminated.
Can I compile Godot without VS ?