--- title: Developer documentation tags: [getting_started, troubleshooting] keywords: questions, troubleshooting, contact, support last_updated: July 24, 2018 sidebar: dev_sidebar permalink: dev_overview.html folder: dev topnav: topnav --- Here will be put some useful information for the developers. ## General * [Setting up the Toolchain](dev_toolchain_setup) * [Installing the required libraries for creating plugins](dev_required_libraries). * [Recommended] [Setting up wut](dev_wut_setup) ## Development of the plugin loader * [How to compile the loader](dev_compile_loader) ## Using an IDE for plugin development The following pages will tell you everything to create WUPS plugin with Code::Blocks. * [Setting up an IDE](dev_ide_setup) * [Using project templates](dev_project_template_in_code_blocks) * [Create a new project for a existing plugin](dev_codeblocks_project_from_scratch) ## Development of plugins The following wiki pages will help creating new plugins: * [Overview of plugin development](dev_plugin_creation_overview) * [Using the Makefile](dev_plugin_makefile) * [Setting meta information](dev_plugin_creation_overview#meta-information) * [How to use official system functions](dev_using_system_functions) * [Inherit functions from the loader](dev_inherit_features) * [Using built in hooks](dev_plugin_hooks) * [Replacing functions](dev_function_replacing) * [Register to the configuration menu](dev_configuration_menu) {% include links.html %}