Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: transfrank on August 22, 2009, 03:43:23 pm

Title: Deployment with configure make make install
Post by: transfrank on August 22, 2009, 03:43:23 pm
Hello,
I have developed my own app with c::b and I would like to know if there's a way in c::b to to a deployment in the sense that another person on another machine go run 'configure' 'make' 'make install'.
Frank
Title: Re: Deployment with configure make make install
Post by: oBFusCATed on August 22, 2009, 05:27:30 pm
Unfortunately C::B doesn't support generating AutoTools files.
There is a plugin cbMakefileGen (sorry if I've misspelled it) that can generate simple makefiles, but it is not very robust :(