INSTALLATION GUIDE
By: Abtin Saateh
[email protected] Mechanical Engineering Faculty of Tabriz University
Computer Science- C Programming Language Course
A . S a a t e h P a g e | 1
First run codeblocks-13.12mingw-setup.exe:
Click Next:
2 | P a g e A . S a a t e h
Click I Agree:
Click Next to continue:
A . S a a t e h P a g e | 3
Enter the Destination Folder and Click Install:
Wait until CodeBlocks is being installed:
4 | P a g e A . S a a t e h
Click Yes:
Click Next:
A . S a a t e h P a g e | 5
Click Finish:
Now CodeBlocks will start, you should check Yes, associate Code::Blocks with C/C++ file types
then click OK:
6 | P a g e A . S a a t e h
Now, click Create a new project:
In the new window click on Console application, then Click Go:
A . S a a t e h P a g e | 7
You should choose C then click Next >:
First enter Project title, Next you should specify some address in Folder to create project in:,
last click Next >:
8 | P a g e A . S a a t e h
Click Finish:
In Workspace -> Click on main.c:
Such a window will appear:
A . S a a t e h P a g e | 9
Applying TabrizMech Library
From Settings choose Compiler:
Click on Linker settings Tab, next in Link libraries: part click Add:
10 | P a g e A . S a a t e h
Click and find the directory of libTABRIZMECH.a in your computer, then click OK:
Click OK:
Now you should copy TABRIZMECH.h into such a directory C:\Program Files
(x86)\CodeBlocks\MinGW\include.
If there is any trouble in your installation process you can contact me by this e-mail:
[email protected] Now you are ready to start C Programming in your computer!