News:

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

Main Menu

how to use Code::Blocks to open an open source project?

Started by jingzhe, March 20, 2012, 01:06:09 PM

Previous topic - Next topic

jingzhe

Hi,

I am newbie, want to use Code::Blocks to develop an open source project with C.
this project has normal steps to build: ./configure, make, make install
I should create an empty project and add all the files into this empty project? But there are sub folders, I should add the sub-folder one by one?

thanks,

Jingzhe

oBFusCATed

You can add the files recursively or use the "Custom make project" (search the forum for details).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Radek

Also, you can select more files to add in one adding operation. Therefore, Add Files, click the first one, shift click the last one, open. You can add directories this way, too.