Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
You can add the files recursively or use the "Custom make project" (search the forum for details).
-
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.