Difference between revisions of "Installing the latest official version of Code::Blocks on Windows"

From Code::Blocks
(Update release number and make forum links absolute)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
[[Category:Installing Code::Blocks]]
 
[[Category:Installing Code::Blocks]]
 
[[Category:Installing the latest official version of Code::Blocks]]
 
[[Category:Installing the latest official version of Code::Blocks]]
 
::''NOTE: The current official version is outdated; we recommend [[Installing Code::Blocks nightly build on Windows|using the nightly builds]].''
 
 
::'''Warning:''' Due to bug discovered in RC2, do not install the SVN plugin if you don't have the SVN versioning system installed or Code::Blocks may crash. If you already installed the plugin by accident, please '''delete svn.dll''' from the "share\codeblocks\plugins" subdirectory.
 
  
 
=== Install steps ===
 
=== Install steps ===
  
# [https://www.codeblocks.org/downloads/5 Download the Code::Blocks 8.02 installer]. If you know you don't have MinGW installed, download the package which has MinGW bundled.
+
# [https://www.codeblocks.org/downloads/binaries Download the Code::Blocks 20.03 installer]. If you know you don't have MinGW installed, download the package which has MinGW bundled.
 
# Run the installer, it's a standard installer for Windows; just press Next after reading each screen.
 
# Run the installer, it's a standard installer for Windows; just press Next after reading each screen.
 
# If you're planning installing a compiler after you've installed Code::Blocks, read the information provided in the installer.
 
# If you're planning installing a compiler after you've installed Code::Blocks, read the information provided in the installer.
# If you downloaded the installer which doesn't come with MinGW, you may have to configure the compiler manually (usually Code::Blocks' autodetects the compiler).
+
# If you downloaded the installer which doesn't come with MinGW, you may have to configure the compiler manually (usually Code::Blocks' auto detects the compiler).
 +
 
 +
=== Note: ===
 +
Since 20.03 is quite old, there is the possibility to use a nightly build from the [https://forums.codeblocks.org/index.php/board,20.0.html Forum]. This builds does not come bundled with a compiler!! You need to install a compiler by yourself. Before installing please read [https://forums.codeblocks.org/index.php/topic,3232.0.html this]

Latest revision as of 18:58, 8 March 2022


Install steps

  1. Download the Code::Blocks 20.03 installer. If you know you don't have MinGW installed, download the package which has MinGW bundled.
  2. Run the installer, it's a standard installer for Windows; just press Next after reading each screen.
  3. If you're planning installing a compiler after you've installed Code::Blocks, read the information provided in the installer.
  4. If you downloaded the installer which doesn't come with MinGW, you may have to configure the compiler manually (usually Code::Blocks' auto detects the compiler).

Note:

Since 20.03 is quite old, there is the possibility to use a nightly build from the Forum. This builds does not come bundled with a compiler!! You need to install a compiler by yourself. Before installing please read this