Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jingzhe on March 20, 2012, 01:06:09 pm

Title: how to use Code::Blocks to open an open source project?
Post by: jingzhe on March 20, 2012, 01:06:09 pm
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
Title: Re: how to use Code::Blocks to open an open source project?
Post by: oBFusCATed on March 20, 2012, 01:15:09 pm
You can add the files recursively or use the "Custom make project" (search the forum for details).
Title: Re: how to use Code::Blocks to open an open source project?
Post by: Radek on March 21, 2012, 03:02:55 pm
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.