


So if you have 4 cpu cores the command line should be: If you have a multicore machine you can add -jn where n is the number of your cores to speed up the process. Mingw32-make.exe -fmakefile.gcc BUILD=debug MONOLTIHIC=1 SHARED=1 and pressing enter. For example if you have extracted wxWidgets to g:\wxWidgets then type cd g:\wxWidgets\build\msw Go to the extraction direcotry of the wxWidgets source code by using the cd command.There should be shown a lot paths and at the end there should be the path to your compiler. You can check if everything worked by typing echo %PATH% and pressing enter. For example if you have installed mingw64 to C:\mingw64 then the command will look like this: In the opening black window you type set PATH=%PATH% pathToCompilerBindFolder where you have to replace pathToCompilerBindFolder with the path to the bin folder of your installed compiler.In the opening window you enter cmd and press enter Open a cmd window by pressing the + R on the keyboard.Download a nightly build or a release version from the official codeblocks side and install it (for nightly you simply have to extract it).Extract it to a folder with write privilege and no spaces or other non ASCII characters.Select Architecture:x86_64 and Exception:seh in the installer.Install the mingw64 compiler in a folder without spaces or other non ASCII characters.Building codeblocks on windows with mingw64 Required downloads: Mingw64:
