cd
into the root folder of Godot's source codegit clone https://github.com/Higgs1/godot-visual-script.git modules/visual_script
- compile Godot with
scons
as per usual. Their build script is configured to automatically include new modules.
See the Godot documentation for instructions on how to compile the engine.
If you're interested in working on porting this C++ module to GDExtension,
please join the #scripting
(to discuss VisualScript) and #gdextension
(to
discuss GDExtension and godot-cpp
) on the Godot Contributors Chat.