Code::Blocks Forums

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

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
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.