Difference between revisions of "Installing Code::Blocks nightly build on Windows"

From Code::Blocks
m (fixed Nightly Forum URL)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
  
 
# Download and install [http://www.7-zip.org/ 7-Zip]. You need it to extract the nightly build files.
 
# Download and install [http://www.7-zip.org/ 7-Zip]. You need it to extract the nightly build files.
# Download the latest nightly build from the [/index.php?board=20.0 Nightly Builds forum].
+
# Download the latest nightly build from the [//forums.codeblocks.org/index.php/board,20.0.html Nightly Builds forum].
 
# Download the ''wxWidgets Unicode .dll'' for your nightly build (download link in forum).
 
# Download the ''wxWidgets Unicode .dll'' for your nightly build (download link in forum).
 
# Download the ''mingw10.dll'' for your nightly build (download link also in forum).
 
# Download the ''mingw10.dll'' for your nightly build (download link also in forum).
 
# Unzip ''Code::Blocks nightly'', ''wxWidgets .dll'', and the ''mingw10.dll'' to the same directory, your '''codeblocks.exe''' program is located here.
 
# Unzip ''Code::Blocks nightly'', ''wxWidgets .dll'', and the ''mingw10.dll'' to the same directory, your '''codeblocks.exe''' program is located here.
# Follow instructions to [[MinGW_installation|Install ''MinGW'' and ''Configure Code::Blocks'']].
+
# Follow instructions to [[MinGW_installation|''Install MinGW and Configure Code::Blocks'']].

Latest revision as of 20:47, 16 November 2022

Install steps

  1. Download and install 7-Zip. You need it to extract the nightly build files.
  2. Download the latest nightly build from the Nightly Builds forum.
  3. Download the wxWidgets Unicode .dll for your nightly build (download link in forum).
  4. Download the mingw10.dll for your nightly build (download link also in forum).
  5. Unzip Code::Blocks nightly, wxWidgets .dll, and the mingw10.dll to the same directory, your codeblocks.exe program is located here.
  6. Follow instructions to Install MinGW and Configure Code::Blocks.