Difference between revisions of "Installing Code::Blocks nightly build on Windows"
From Code::Blocks
m |
m (→Install steps) |
||
Line 7: | Line 7: | ||
# 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 | + | # 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'']]. |
Revision as of 08:55, 26 December 2015
Install steps
- Download and install 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 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.