Sunday, May 20, 2012

Setup Code::Blocks Nightly on Windows

Install MinGW GCC Port on Windows.
1. Just go to this address [ http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/ ]
2. Select the topmost link that looks (almost) like mingw-get-inst-XXXXXXXX
3. Download the exe you see there and execute it on your machine keeping the Internet connected. Everything else is pretty self explanatory.

Now for the nightlies of Code::Blocks.
1. Go to [ http://forums.codeblocks.org/ ]
2. Look for the section called Nightly Builds, go into it.
3. The latest nightly is the first one, click it.
4. Every nightly release has 3 links. Links to the 2 DLLs and the zip file containing the release. Download all of them (unless you've done this before and know exactly what you can ignore here).
5. Extract all of them in the same directory. If they are in folders bring them out.
6. If the extraction went well, executing codeblocks.exe won't be any problem.
7. After codeblocks.exe opens, Open this section Settings > Compiler. If you can't find it, look at the top row of options in the Code::Blocks window.
8. In the Window that opens you'll see some tabs slightly after the first options. Click on the fourth one called Toolchain Executables.
9. Look for the button called "Auto Detect". Click it. If it reports success then you're done. Otherwise click on "..." that is to the left of "Auto-Detect" and browse to the folder where you've installed MInGW.

I hope everything went well. To check if your compiler is working fine just compile a "Hello World" program. :D Any questions are welcome.

1 comment:

  1. Anonymous12:57 AM

    Thank you. This was very helpful. I couldn't get it to work before I found this tutorial.

    ReplyDelete

Post your comment here. If you want to say something about programming problems, scripts, software etc, please try to be as descriptive as possible.

Connect Rapoo MT750S with Linux (Tested on Manjaro)

 I bought this obvious copy of MX Master 2S in hopes of having the device switching functionality along with a lightweight body because I ha...