Code::Blocks
May 17, 2012, 03:56:24 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: [1] 2 3 4 5 6 ... 11   Go Down
  Send this topic  |  Print  
Author Topic: [DOWNLOAD] Packages of Code::Blocks in your linux distro  (Read 218000 times)
takeshi miya
Lives here!
****
Offline Offline

Posts: 1487


« on: October 27, 2005, 12:59:45 am »

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.
« Last Edit: March 05, 2006, 09:27:17 pm by Takeshi Miya » Logged
takeshi miya
Lives here!
****
Offline Offline

Posts: 1487


« Reply #1 on: October 27, 2005, 02:14:38 am »

I'm adding here some links of how-to create packages in those distros:

Multi-system
http://autopackage.org
http://www.unixreview.com/documents/s=8472/ur0307f/
http://checkinstall.izto.org/index.php
http://ffem.org/daveb/pkgwrite/
http://www.rpm.org/

Debian

http://www.debian.org/doc/maint-guide/
http://www.debian.org/doc/debian-policy/
http://www.us.debian.org/distrib/packages
http://linuxdevices.com/articles/AT8047723203.html

Ubuntu

https://wiki.ubuntu.com/DeveloperResources
https://wiki.ubuntu.com/MOTU
http://women.alioth.debian.org/wiki/index.php/English/PackagingTutorial

SUSE
http://www.opensuse.org/SUSE_Build_Tutorial
http://www.opensuse.org/Documentation
http://developer.novell.com/wiki/index.php/SUSE_Package_Conventions

Gentoo
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml

Redhat
http://fedora.redhat.com/docs/yum/
http://fedora.redhat.com/participate/developers-guide/

Mandriva
http://qa.mandriva.com/twiki/bin/view/Main/UrpmiResources

Slackware
http://www.linuxpackages.net/howto.php
Logged
mandrav
Project Leader
Administrator
Lives here!
*****
Offline Offline

Posts: 4266



WWW
« Reply #2 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...
Logged

Be patient!
This bug will be fixed soon...
TheTuxKeeper
Regular
***
Offline Offline

Posts: 293


daniel2000


« Reply #3 on: October 27, 2005, 02:28:01 pm »

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  Cheesy

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

Daniel
« Last Edit: October 27, 2005, 02:29:37 pm by daniel2000 » Logged

Nightly builds for openSUSE
Charon
Advanced newcomer
*
Offline Offline

Posts: 49


fnord


WWW
« Reply #4 on: October 29, 2005, 03:26:46 am »

Hey there, thanks for this really great IDE!  Cheesy

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  Cool, 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
Logged

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
Newcomer
*
Offline Offline

Posts: 7



« Reply #5 on: October 29, 2005, 12:09:42 pm »

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.codeblocks.org/index.php/topic,1097.0.html

Thanks!
Logged
afecelis
Newcomer
*
Offline Offline

Posts: 2


WWW
« Reply #6 on: October 31, 2005, 04:12:35 am »

RPM package for SUSE 10:
http://www.danielpatton.com/afecelis/Codeblocks/codeblocks-1.0-cvs.i586.rpm

Logged
Ci
Newcomer
*
Offline Offline

Posts: 8


« Reply #7 on: November 02, 2005, 11:04:47 am »

Maybe anyone made rpm package for fedora core... If yes plz release it somewhere....
Logged
fiammy
Advanced newcomer
*
Offline Offline

Posts: 46


WWW
« Reply #8 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
Logged
TheTuxKeeper
Regular
***
Offline Offline

Posts: 293


daniel2000


« Reply #9 on: November 03, 2005, 02:07:54 am »

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  Cheesy

Daniel
Logged

Nightly builds for openSUSE
fiammy
Advanced newcomer
*
Offline Offline

Posts: 46


WWW
« Reply #10 on: November 03, 2005, 06:32:48 am »

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

Thanks for the quick reply
Logged
TheTuxKeeper
Regular
***
Offline Offline

Posts: 293


daniel2000


« Reply #11 on: November 05, 2005, 10:53:32 am »

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

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

Server: http://ftp://ftp4.gwdg.de/pub/linux/suse/apt/ or http://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
« Last Edit: November 05, 2005, 12:59:41 pm by daniel2000 » Logged

Nightly builds for openSUSE
baboo
Advanced newcomer
*
Offline Offline

Posts: 15


« Reply #12 on: November 07, 2005, 12:28:28 pm »

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
Logged
Elvis Enmanuel
Newcomer
*
Offline Offline

Posts: 7


« Reply #13 on: November 08, 2005, 01:51:23 pm »

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
Logged
takeshi miya
Lives here!
****
Offline Offline

Posts: 1487


« Reply #14 on: November 09, 2005, 07:42:36 am »

There are some tgz or .mo file compiled and ready?
No one has tried I think. Lack of Slackware installed Tongue

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?
Logged
Pages: [1] 2 3 4 5 6 ... 11   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!