Difference between revisions of "Installing Code::Blocks nightly build on Windows"
From Code::Blocks
(optimised for every version (on has to read forum) looking for newer wxWidgets versions, style, new example) |
White-Tiger (talk | contribs) m (fixed Nightly Forum URL) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Installing Code::Blocks]] | [[Category:Installing Code::Blocks]] | ||
[[Category:Installing Code::Blocks nightly build]] | [[Category:Installing Code::Blocks nightly build]] | ||
− | |||
− | |||
− | |||
− | |||
=== Install steps === | === Install steps === | ||
− | + | # 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. | + | # Download the latest nightly build from the [//forums.codeblocks.org/index.php/board,20.0.html Nightly Builds forum]. |
− | # Download the latest nightly build from the [/index.php | + | # Download the ''wxWidgets Unicode .dll'' for your nightly build (download link in forum). |
− | # Download the | + | # Download the ''mingw10.dll'' for your nightly build (download link also in forum). |
− | # Download the ''mingw10.dll'' for | + | # Unzip ''Code::Blocks nightly'', ''wxWidgets .dll'', and the ''mingw10.dll'' to the same directory, your '''codeblocks.exe''' program is located here. |
− | # Unzip ''Code::Blocks'' | + | # Follow instructions to [[MinGW_installation|''Install MinGW and Configure Code::Blocks'']]. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 20:47, 16 November 2022
Install steps
- Download and install 7-Zip. You need it to extract the nightly build files.
- Download the latest nightly build from the Nightly Builds 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).
- Unzip Code::Blocks nightly, wxWidgets .dll, and the mingw10.dll to the same directory, your codeblocks.exe program is located here.
- Follow instructions to Install MinGW and Configure Code::Blocks.