Installation Steps
- Install Minimalistic GNU Win 32 bit (Even if your system is 64 bit)
- Download from : TDM-GCC 10.3.0 release | tdm-gcc (jmeubank.github.io)
- The current download is 60.2 GB file. https://github.com/jmeubank/tdm-gcc/releases/download/v10.3.0-tdm-1/tdm-gcc-10.3.0.exe
- Do not download the 64 bit version. Avoid the temptation, it really won't work.
- Installation steps are here : https://manik.in/site/graphics-h-programming-with-c-c-3/
- Add Graphics Library Files
- Download from : Graphics Library
- There are 3 Files.
- winbgim.h and graphics.h are header files. Install them according to instructions.
- libbgi.a is the binary library file. Install it according to instructions.
- Install Dev C++
- Go to Dev-C++ Overview - Free Tools - Embarcadero
- We only want the IDE. However this comes along with the compiler that we won't need.
- The free Download would require you to enter your details.
- Install it according to instructions
- Configure the compiler parameters for graphics in Dev C++
- We need to select the compiler. Follow the instructions.
- We need to add the linker arguments. Follow the instructions.
- Test
- Write a small program and test.