Author Topic: Code Blocks Source Code  (Read 4718 times)

htw2585

  • Guest
Code Blocks Source Code
« 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?  

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Code Blocks Source Code
« Reply #1 on: September 16, 2010, 03:45:29 am »
Read the Wiki Directions and learn to post without using a poll!!

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code Blocks Source Code
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ