Difference between revisions of "Main Page"
From Code::Blocks
m (fix copy and paste error) |
(Fix link to Borland's C++ Compiler 5.5) |
||
(47 intermediate revisions by 12 users not shown) | |||
Line 3: | Line 3: | ||
[[Image:cb_splash.png|left]] | [[Image:cb_splash.png|left]] | ||
'''Welcome to the official Wiki for Code::Blocks'''<br> | '''Welcome to the official Wiki for Code::Blocks'''<br> | ||
− | [https://www.codeblocks.org Code::Blocks] is | + | [https://www.codeblocks.org Code::Blocks] is a free, open-source, cross-platform [[wikipedia:Integrated Development Environment|IDE]]. Using a plugin architecture, its capabilities and features are defined by the provided plugins.<br> |
− | Currently, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++. | + | Currently, [https://www.codeblocks.org Code::Blocks] is oriented towards C/C++/Fortran. |
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages. | The Code::Blocks team does not take responsibility for the content nor accuracy of these pages. | ||
− | <small>Wiki Editors: In order | + | <small>Wiki Editors: In order to edit pages, you must create an account on the [https://forums.codeblocks.org/ forums] and authenticate there. Read the [[Help:Contents|Help]] for editing guidelines. Look in the [[CodeBlocks:Community_Portal|community portal]] for things to do. |
</small> | </small> | ||
<br clear="all" /> | <br clear="all" /> | ||
Line 101: | Line 101: | ||
{{Layout_box4|1= | {{Layout_box4|1= | ||
=== Download Code::Blocks === | === Download Code::Blocks === | ||
− | * Latest official release: [https://www.codeblocks.org/downloads/ | + | * Latest official release: [https://www.codeblocks.org/downloads/binaries 20.03] |
− | * [/index.php | + | * Nightly builds: [https://forums.codeblocks.org/index.php/board,20.0.html Forum board] |
− | * [[ | + | * Source code: [https://www.codeblocks.org/downloads/source 20.03], [https://www.codeblocks.org/downloads/svn current trunk] |
}} | }} | ||
Line 109: | Line 109: | ||
=== Other resources === | === Other resources === | ||
* [https://www.codeblocks.org Main website] | * [https://www.codeblocks.org Main website] | ||
− | * [ Community forums] | + | * [https://forums.codeblocks.org/ Community forums] |
* [irc://irc.freenode.net/codeblocks IRC channel] and [http://webchat.freenode.net/?channels=codeblocks IRC channel web access] | * [irc://irc.freenode.net/codeblocks IRC channel] and [http://webchat.freenode.net/?channels=codeblocks IRC channel web access] | ||
}} | }} | ||
Line 117: | Line 117: | ||
[[Image:Chk.png]][[Roadmap]] | [[Image:Chk.png]][[Roadmap]] | ||
* [[Developer documentation]] | * [[Developer documentation]] | ||
− | * [http:// | + | * [http://sourceforge.net/projects/codeblocks/ Project page at Sourceforge] |
− | * '''Bugs''': [http:// | + | * '''Bugs''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3ABug_Report+or+_type%3AUndefined bugs] or browse [http://alpha0010.github.io/cb-history/bugs.html old bugs] |
− | * '''Features''': [http:// | + | * '''Features''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3AFeature_Request+or+_type%3AUndefined features] or browse [http://alpha0010.github.io/cb-history/features.html old features] |
− | * '''Patches''': [http:// | + | * '''Patches''': browse or submit [http://sourceforge.net/p/codeblocks/tickets/search/?q=_type%3APatch+or+_type%3AUndefined patches] or browse [http://alpha0010.github.io/cb-history/patches.html old patches] |
}} | }} | ||
Line 126: | Line 126: | ||
=== Supported compilers === | === Supported compilers === | ||
* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux) | * [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux) | ||
− | * [ | + | * [https://www.mingw-w64.org/ MinGW-w64] (Win) |
+ | * [https://github.com/jmeubank/tdm-gcc/ TDM GCC] (Win) | ||
+ | * [https://www.msys2.org/ MSYS2] (Win) | ||
+ | * [https://www.cygwin.com/ Cygwin] (Win) | ||
+ | * [https://winlibs.com/ WinLibs GCC] (Win) | ||
+ | * [https://osdn.net/projects/mingw/ MinGW GCC (incl. G77)] (Win32) | ||
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32) | * [http://mspgcc.sourceforge.net MSP430 GCC] (Win32) | ||
− | * [http://www.hightec-rt.com TriCore | + | * [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux) |
− | + | * [https://developer.apple.com/xcode/ Apple XCode (GCC)] (Mac OS X) | |
− | * [ | ||
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 --> | <!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 --> | ||
− | * [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32) | + | * [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32) |
− | * [ | + | * [https://visualstudio.microsoft.com/vs/community/ Microsoft Visual Community Edition] (Win) |
− | * [http:// | + | * [http://altd.embarcadero.com/download/bcppbuilder/freecommandLinetools.exe Borland's C++ Compiler 5.5] (Win32) |
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32) | * [http://www.digitalmars.com/ DigitalMars C/C++] (Win32) | ||
− | * [ | + | * [https://github.com/open-watcom/open-watcom-v2 OpenWatcom V2] (Win32) |
− | * [ | + | * [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32) |
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] | * [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] | ||
− | * [http:// | + | * [http://dlang.org/ Digital Mars D] (Win32, Linux, Mac OS X) |
− | * [ | + | * [https://gdcproject.org/ GDC D Compiler] (Linux) |
− | * [ | + | * [https://github.com/ldc-developers/ldc/ LLVM D Compiler] (Win32, Linux, Mac OS X) |
}} | }} | ||
|} | |} |
Latest revision as of 18:33, 12 October 2024
Welcome to the official Wiki for Code::Blocks
Code::Blocks is a free, open-source, cross-platform IDE. Using a plugin architecture, its capabilities and features are defined by the provided plugins.
Currently, Code::Blocks is oriented towards C/C++/Fortran.
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.
Wiki Editors: In order to edit pages, you must create an account on the forums and authenticate there. Read the Help for editing guidelines. Look in the community portal for things to do.