[go: up one dir, main page]

0% found this document useful (0 votes)
54 views11 pages

Installation Guide

The document provides step-by-step instructions for installing CodeBlocks software on a computer and creating a new C programming project. It details downloading and running the CodeBlocks setup file, selecting installation options, associating file types, creating a new console project, applying a TabrizMech library, and includes contact information for issues.

Uploaded by

saateh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views11 pages

Installation Guide

The document provides step-by-step instructions for installing CodeBlocks software on a computer and creating a new C programming project. It details downloading and running the CodeBlocks setup file, selecting installation options, associating file types, creating a new console project, applying a TabrizMech library, and includes contact information for issues.

Uploaded by

saateh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

INSTALLATION GUIDE

By: Abtin Saateh


a.saateh@yahoo.com
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:
a.saateh@yahoo.com

Now you are ready to start C Programming in your computer!

You might also like