Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: wangdong1226 on March 02, 2011, 09:40:05 am

Title: how to build CodeBlocks through the .cbp file under Linux ?
Post by: wangdong1226 on March 02, 2011, 09:40:05 am
Hi,

I want to know how to build codeblocks through the .cbp file under linux when I using "rpmbuild -ba codeblocks.spec" command to build rpm result files ?

I noticed that there is a "codeblocks_wx29.cbp" file in it, I guess this is for wx2.9 using. And how to use the file to build rpm result files under linux system?


Best reagrds.
David.
Title: Re: how to build CodeBlocks through the .cbp file under Linux ?
Post by: oBFusCATed on March 02, 2011, 09:58:39 am
The autotools build system is meant for building distro packages.
The codeblocks-unix.cbp is meant for developing C::B with C::B :)
Also the codeblocks_wx29.cbp is windows only (I think)...