Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: fsvieira on January 21, 2011, 01:16:56 am

Title: Autotools and code::blocks
Post by: fsvieira on January 21, 2011, 01:16:56 am
What is the best way to use code blocks and autotools?
I have a few projects in autotools, and I would like to get them in code::blocks.
But the top priority is that the final code will be deployed as autotools project.

It also be relay good if I could read or import a autotools project.

Title: Re: Autotools and code::blocks
Post by: stahta01 on January 21, 2011, 01:20:05 am
The simplest way is to use Makefiles inside Code::Blocks, instead of Code::Blocks own build method, it looses some Code::Blocks features; but would give you some of them.

Tim S.