Difference between revisions of "Main Page"
(Begun some restructuring for clarity and newb-friendliness) |
|||
Line 15: | Line 15: | ||
|width="60%" valign="top"| | |width="60%" valign="top"| | ||
<!-- LEFT --> | <!-- LEFT --> | ||
+ | <!-- Did you know that using Layout_box2 here instead of <div> breaks the inner table? Strange... --> | ||
+ | <div style="background-color: #dfeefb; border: 1px dotted #010101; margin: 5px; padding: 5px;"> | ||
+ | {|align="center" style="background:transparent" cellspacing="5" | ||
+ | |||
+ | |valign="top" align="center" colspan="2"| | ||
+ | === How do I... === | ||
+ | |||
+ | |- | ||
+ | |||
+ | |align="center"| | ||
+ | '''[[Installing_Code::Blocks|...install Code::Blocks?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Installing_the_latest_official_version_of_Code::Blocks_on_Windows|Windows]] · | ||
+ | [[Installing_in_Ubuntu|Ubuntu]] · | ||
+ | [[Installing_in_Mac_OS_X|Mac OS X]] · | ||
+ | [[Installing_in_Fedora_Core|Fedora Core]] · | ||
+ | [[Installing_Code::Blocks|more...]] | ||
+ | </span> | ||
+ | |||
+ | |align="center"| | ||
+ | '''[[Installing_a_supported_compiler|...set up a compiler in Code::Blocks?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Installing_a_supported_compiler#Downloading_the_GNU_GCC_compiler_.26_GDB_debugger|MinGW]] · | ||
+ | [[Installing_a_supported_compiler#Downloading_the_Microsoft_Visual_C.2B.2B_Free_Toolkit_2003|MS Visual C++]] · | ||
+ | [[Installing_a_supported_compiler|more...]] | ||
+ | </span> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |align="center"| | ||
+ | '''...create a new project?''' (Coming soon) | ||
+ | |||
+ | |align="center"| | ||
+ | '''...debug my program?''' (Coming soon) | ||
+ | |||
+ | |- | ||
+ | |||
+ | |colspan="2" align="center"| | ||
+ | '''[[User_documentation#Third-party_libraries|...use a 3rd-party library?]]'''<br/> | ||
+ | <span style="font-size:.9em"> | ||
+ | [[Using_wxWidgets|wxWidgets]] · | ||
+ | [[Using_Boost|Boost]] · | ||
+ | [[Using_SDL_with_Code::Blocks|SDL]] · | ||
+ | [[User_documentation#Third-party_libraries|more...]] | ||
+ | </span> | ||
+ | |||
+ | |} | ||
+ | </div> | ||
+ | |||
{{Layout_box3|1= | {{Layout_box3|1= | ||
− | === | + | == Table of Contents == |
+ | <span style="font-size:.9em">''Main article: [[Code::Blocks Documentation]]''</span> | ||
+ | |||
+ | === [[User documentation]] === | ||
+ | :Articles for Code::Blocks users | ||
+ | |||
+ | === [[FAQ]] === | ||
+ | :Frequently Asked Questions | ||
+ | |||
+ | === [[Feature List]] === | ||
+ | :An index of Code::Blocks' useful features | ||
+ | |||
+ | === [[Code::Blocks Plugins]] === | ||
+ | :Plugins extend Code::Blocks' functionality | ||
+ | |||
+ | === [[Off-site documentation]] === | ||
+ | :Links to external documentation | ||
+ | |||
+ | === [[Developer documentation]] === | ||
+ | :Articles for developers of Code::Blocks itself | ||
+ | }} | ||
+ | |||
+ | |width="40%" valign="top"| | ||
+ | <!-- RIGHT --> | ||
+ | {{Layout_box4|1= | ||
+ | === Download Code::Blocks === | ||
+ | * Last official release: [https://www.codeblocks.org/downloads/5 8.02] | ||
+ | * [/index.php?board=20.0 Nightly builds] (updated each night) | ||
}} | }} | ||
{{Layout_box2|1= | {{Layout_box2|1= | ||
− | === [[ | + | === Other resources === |
+ | * [https://www.codeblocks.org Main website] | ||
+ | * [ Community forums] | ||
+ | }} | ||
+ | |||
+ | {{Layout_box2|1= | ||
+ | === Development === | ||
+ | [[Image:Chk.png]][[Roadmap]] | ||
+ | * [[Developer documentation]] | ||
+ | * [http://developer.berlios.de/projects/codeblocks/ Project page at BerliOS] | ||
+ | * '''Bugs''': [http://developer.berlios.de/bugs/?group_id=5358 Browse] or [http://developer.berlios.de/bugs/?func=addbug&group_id=5358 submit new] | ||
+ | * '''Features''': [http://developer.berlios.de/feature/?group_id=5358 Browse] or [http://developer.berlios.de/feature/?func=addfeature&group_id=5358 submit new] | ||
+ | * '''Patches''': [http://developer.berlios.de/patch/?group_id=5358 Browse] or [http://developer.berlios.de/patch/?func=addpatch&group_id=5358 submit new] | ||
}} | }} | ||
Line 41: | Line 129: | ||
* [http://www.digitalmars.com/d/dcompiler.html Digital Mars D] (Win32, Linux) | * [http://www.digitalmars.com/d/dcompiler.html Digital Mars D] (Win32, Linux) | ||
* [http://dgcc.sourceforge.net/ GDC D Compiler] | * [http://dgcc.sourceforge.net/ GDC D Compiler] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
|} | |} |
Revision as of 19:51, 19 July 2008
Welcome to the official Wiki for Code::Blocks
Code::Blocks is an 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++.
The Code::Blocks team does not take responsibility for the content nor accuracy of these pages.
Wiki Editors: In order to login to edit pages, you must create an account on the [/ forums]. Use the same username and password for the wiki. Read the Help for editing guidelines. Look in the community portal for things to do.
Table of ContentsMain article: Code::Blocks Documentation User documentation
FAQ
Feature List
Code::Blocks Plugins
Off-site documentation
Developer documentation
|
Download Code::Blocks
Other resources
Development
Supported compilers
|