User forums > General (but related to Code::Blocks)
.deb and .rpm
(1/1)
MVP:
The nightlys use these and Im curious as to what is used to create them.
Thanks, MVP.
TheTuxKeeper:
To build the RPM nightlies I do these (additionally I rename the package, but that's not that important ;))
--- Code: ---./bootstrap
./configure --enable-contrib
make dist
mv codeblocks-trunk-r* `rpm --eval %{_sourcedir}`
rpmbuild -ba codeblocks.spec
--- End code ---
On some distributions rpmbuild is in an extra package (rpm-build or smth like that)
Take a look at the wiki: Installing Code::Blocks from source on RPM based distributions
On debian, I think sudo dpkg-buildpackage should do it (don't use debian anymore).
Michael:
--- Quote from: MVP on January 06, 2007, 04:00:05 pm ---The nightlys use these and Im curious as to what is used to create them.
--- End quote ---
Hello,
regarding the .deb, you can search in the C::B forums(s) and wiki. You should find some helpful information :).
Best wishes,
Michael
Navigation
[0] Message Index
Go to full version