Hello,
I am currently planning to install C++ into Godot, but I'm not able to make it since I have very knowledge on using Linux terminal.
As of now, I have created the GDNative folder, then put godot-cpp into it. I have also installed scons for trying to install C++ bindings, but it isn't working. Here's the command I had typed below-
godot --gdnative-generate-json-api api.json
This code isn't working because it's saying that there is no 'godot' command. Perhaps it's because the godot executable is missing. But I don't know to how to install one. Is this executable the game engine file itself?
Hope I receive help at earliest.
Thanks in advance.