Skip to content

Instantly share code, notes, and snippets.

View oyeb's full-sized avatar
🎯
Focusing

Ananya Bahadur oyeb

🎯
Focusing
View GitHub Profile
@oyeb
oyeb / Instructions.md
Last active February 15, 2016 10:02 — forked from ananth95/Instructions.md

Setup CodeBlocks for Battle of Bots!

The default (even the latest) CodeBlocks installer will install GCC 4.8.1 toolchain (as of Feb 15 2016).

Hence, the following steps don't require you to upgrade/re-install CodeBlocks.

To compile your bot, you need GCC compiler version > 4.8.X. CodeBlocks doesn't tie you down with a particular compiler and you can install and use a different compiler that works for you.

You can ignore the installation of TDM GCC if you already have a working installation of GCC > 4.8.X.

##Installing TDM-GCC