User forums > Announcements
Code::Blocks 10.05 has arrived
Bonanza:
An official release is important in my quest to promote this IDE to whoever I know :)
Now comes the job recompiling some plugins, but that is quite easy based on this excellent wiki:
http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build
Looking forward to trying to solve this issue:
http://forums.codeblocks.org/index.php/topic,12553.0.html
After that this IDE is unmatched in so many ways.
Thank you all :D
SharkCZ:
--- Quote from: mandrav on May 30, 2010, 03:23:55 pm ---It's now official :)
Head over to the downloads section to get it!
--- End quote ---
Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
yuk.f:
Great news~ I love CB! THX and honor TO CB developers!
Jenna:
--- Quote from: SharkCZ on May 31, 2010, 11:09:54 am ---
--- Quote from: mandrav on May 30, 2010, 03:23:55 pm ---It's now official :)
Head over to the downloads section to get it!
--- End quote ---
Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
--- End quote ---
The debian source archive does not contain additional or special stuff that is not in svn (except for the docs subdirectory).
afb:
--- Quote from: SharkCZ on May 31, 2010, 11:09:54 am ---Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
--- End quote ---
You can use SVN and a dist snapshot meanwhile,
until the source tarball download has been fixed...
--- Code: ---svn checkout svn://svn.berlios.de/codeblocks/tags/10.05 codeblocks-10.05
cd codeblocks-10.05
sed -e 's/8.02/10.05/g' -i.orig update_revision.sh
sed -e 's/\/\/\(#define RELEASE "10.05"\)/\1/' -i.orig src/src/appglobals.h
./bootstrap && ./configure
make dist
--- End code ---
Should make a codeblocks-10.05svn6285.tar.bz2
(which is the same as r6282, only tagged "10.05").
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version