News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[DOWNLOAD] Packages of Code::Blocks in your linux distro

Started by takeshimiya, October 27, 2005, 12:59:45 AM

Previous topic - Next topic

takeshimiya

Hi! Now that RC2 is out and working on linux with the new build system, it would be great if the most used distros (at least) haves a C::B package in their official repositories, using wxGTK from each respective repository.

Packages of precompiled binaries:

The list of packages has been moved to the Wiki:
http://wiki.codeblocks.org/index.php?title=Compiled_packages_of_Code::Blocks

Anyone starting working in one of these distros please post here and in the Wiki, so there isn't duplicated effort.


mandrav

Daniel has sent me a source RPM and specfile for SuSE.
Also, a gentoo ebuild is lurking somewhere around here...
Be patient!
This bug will be fixed soon...

TheTuxKeeper

#3
Quote from: mandrav on October 27, 2005, 09:09:40 AM
Daniel has sent me a source RPM and specfile for SuSE.
Also, a gentoo ebuild is lurking somewhere around here...

The source RPM and the Spec file can be used for every distribution !!!
It is a very minimal Spec. No wxGTK requires are mentioned because of to different namings ( wxGTK and wxGTK2 ). To get the requires the rpm auto find script is automatically used. The requires will be the libraries C::B is linked to.

I will also provide Suse specific RPM's the next time. Perhaps I'll send my packages to packman or I'll get my own apt repository on ftp.gwdg.de (what's not such a good idea because there are too much repos yet)

=>  Me = SuSE  :D

@takeshimiya: Thanks for this very good link list !!!

Daniel
Nightly builds for openSUSE

Charon

Hey there, thanks for this really great IDE!  :D

Since i have not enough time atm to start hacking on Code::Blocks i thought about how i could support it...

Well, here is the, at least as far as i know  8), first Code::Blocks-Package for Ubuntu Breezy Badger :
http://www.char0n.de/stuff/codeblocks-1.0rc2.deb


DISCLAIMER :
This is the first package i ever built, but since it doesn't do anything fancy (just copying all files to their appropriate places) it shouldn't do any harm to your PC.
The Code::Blocks-Sourcecode wasn't changed by me, its just the one you can get in the download-section.
Although it uses the same mechanism (*.deb), its unlikely that this package will work in either Debian Woody/Sarge/Sid or Ubuntu Hoary/Warty, better don't even try!


I hope this package will help a few people to get Code::Blocks working on their system.

Greets
Markus
hi, i am a signature virus. please copy me into your sig!
Wish list : no root-node for workspaces, open files and symbols; world domination

pwuertz

Here is my first ebuild *g*

http://www.students.uni-mainz.de/pwuertz/it/gentoo/codeblocks-1.0_rc2.ebuild

Its working but I dont think its very good. I dont know how to check if wxGTK has been compiled with "gtk2".

You might also have a look at the keywords, I set "~x86" and "~amd64" so far.

Ah, and could someone please take a look at this *g*
http://forums.next.codeblocks.org/index.php/topic,1097.0.html

Thanks!


Ci

Maybe anyone made rpm package for fedora core... If yes plz release it somewhere....

fiammy

I am using SuSE 10.0 x86-64, so I guess I'll have to build it myself. Would it be possible to point me to the needed specfile, so that I can build the RPM myself?

Thank you very much

TheTuxKeeper

Quote from: fiammy on November 02, 2005, 08:50:03 PM
I am using SuSE 10.0 x86-64, so I guess I'll have to build it myself. Would it be possible to point me to the needed specfile, so that I can build the RPM myself?

Thank you very much
Sorry I forgot to post the current Specfile :oops:

I added a new article in the wiki with the current Specfile.
-> Compiling Code::Blocks in RPM based distributions

Happy codeblocking  :D

Daniel
Nightly builds for openSUSE

fiammy

No problemo! It's there, and that's what counts.

Thanks for the quick reply

TheTuxKeeper

#11
Here are the links to Suse 10 RPMs:
i686:http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=/Editors/codeblocks
x86_64/AMD64:http://ftp.gwdg.de/pub/linux/misc/suser-drcux/100/x86_64/
They are build by real professionals (not by me :D ).

These packages are also available with apt4rpm (available on the original Suse 10 medias):

Server: ftp://ftp4.gwdg.de/pub/linux/suse/apt/ or ftp://ftp.gwdg.de/pub/linux/suse/apt/
distribution: SuSE/10.0-i386 or SuSE/10.0-x86_64
components (i686): suser-guru
components (x86_64/AMD64): suser-drcux

RPMs for other Suse versions couldn't be build at the moment because of build errors, but they will follow. They will be listed at the same link.

I'll keep updating the distribution independent source RPM and specfile.

Daniel
Nightly builds for openSUSE

baboo

Here is the RPM for Fedora Core 4, RPM which worked very well for me.

www.neoinvent.com/cb/codeblocks-1.0-rc2.i386.rpm

Elvis Enmanuel

Somebody have been compiled CB for slax/slackware? with kernel 2.6.12 or higher?

I'd compiled too many times with different options unicode/wxWidgets 2.4, 2.6, etc but
allways crash when runs for first time.

There are some tgz or .mo file compiled and ready?

Thanks in advance:

Elvis Enmanuel

takeshimiya

Quote from: Elvis Enmanuel on November 08, 2005, 01:51:23 PM
There are some tgz or .mo file compiled and ready?
No one has tried I think. Lack of Slackware installed :P

BTW did you tried to compile wxWidgets from source, or you used the packages?
Your wxWidgets intallations are working ok? ie. tried to compile the wx examples?