Author Topic: how to use Code::Blocks to open an open source project?  (Read 4242 times)

Offline jingzhe

  • Single posting newcomer
  • *
  • Posts: 2
how to use Code::Blocks to open an open source project?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to use Code::Blocks to open an open source project?
« Reply #1 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).
(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!]

Offline Radek

  • Multiple posting newcomer
  • *
  • Posts: 104
Re: how to use Code::Blocks to open an open source project?
« Reply #2 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.