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.
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)...