Files
godot-docs/development/cpp/configuring_an_ide/index.rst
T
Hugo Locurcio e24fee75cb Split IDE instructions into several pages, improve writing style
This removes the link to the KDevelop setup video tutorial as it's
now outdated.

IDE screenshots were also optimized losslessly using
`oxipng -o6 --strip --zopfli`.

See #3485.
2020-05-08 22:03:03 +02:00

24 lines
637 B
ReStructuredText

Configuring an IDE
==================
We assume that you have already `cloned <https://github.com/godotengine/godot>`_
and :ref:`compiled <toc-devel-compiling>` Godot.
You can easily develop Godot with any text editor and by invoking ``scons``
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
kdevelop
qt_creator
visual_studio_code
visual_studio
xcode
It is possible to use other IDEs, but their setup is not documented yet.