2022-03-18 17:46:08 +01:00
|
|
|
Configuring an IDE
|
|
|
|
==================
|
|
|
|
|
2023-01-12 20:57:31 +01:00
|
|
|
We assume that you have already `cloned ( https://github.com/godotengine/godot )`
|
2023-01-12 20:39:50 +01:00
|
|
|
and `compiled <toc-devel-compiling )` Godot.
|
2022-03-18 17:46:08 +01:00
|
|
|
|
2023-01-12 19:43:03 +01:00
|
|
|
You can easily develop Godot with any text editor and by invoking `scons`
|
2022-03-18 17:46:08 +01:00
|
|
|
on the command line, but if you want to work with an IDE (Integrated
|
|
|
|
Development Environment), here are setup instructions for some popular ones:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: toc-devel-configuring_an_ide
|
|
|
|
|
|
|
|
android_studio
|
|
|
|
clion
|
|
|
|
code_blocks
|
|
|
|
kdevelop
|
|
|
|
qt_creator
|
|
|
|
visual_studio
|
|
|
|
visual_studio_code
|
|
|
|
xcode
|
|
|
|
|
|
|
|
It is possible to use other IDEs, but their setup is not documented yet.
|