Code::Blocks Forums

User forums => Help => Topic started by: htw2585 on September 16, 2010, 03:33:54 AM

Poll
Question: How do you compile code blocks?
Option 1: header files and source files votes: 0
Option 2: main.cpp votes: 1
Title: Code Blocks Source Code
Post by: htw2585 on September 16, 2010, 03:33:54 AM
I am interested in someone helping me figure out how to compile code blocks from the source code.  Do I open up every file in code blocks and make them files within the same project and build it from there?  Is there a fast way to do this besides copying all the source code?  How do I know which one is main.cpp?  What are header files and how do they relate to source files?  
Title: Re: Code Blocks Source Code
Post by: stahta01 on September 16, 2010, 03:45:29 AM
Read the Wiki Directions and learn to post without using a poll!!

Tim S.
Title: Re: Code Blocks Source Code
Post by: MortenMacFly on September 16, 2010, 07:02:50 AM
Quote from: htw2585 on September 16, 2010, 03:33:54 AM
I am interested in someone helping me figure out how to compile code blocks from the source code.  Do I open up every file in code blocks and make them files within the same project and build it from there?  Is there a fast way to do this besides copying all the source code?  How do I know which one is main.cpp?  What are header files and how do they relate to source files?  
Use the Code::Blocks project file provided with the sources. It's bets to compile Code::Blocks using Code::Blocks itself.