News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code Blocks Source Code

Started by htw2585, September 16, 2010, 03:33:54 AM

Previous topic - Next topic

htw2585

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?  

stahta01

Read the Wiki Directions and learn to post without using a poll!!

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

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]