You are not logged in.

#1 2004-08-30 20:33:22

IceRAM
Member
From: Bucharest, Romania
Registered: 2004-03-04
Posts: 772
Website

[new] [devel] eclipse-cdt

If you want to code C/C++ under Eclipse...

# Contributor: Mircea Bardac (IceRAM) <dev*mircea.bardac.net>
pkgname=eclipse-cdt
pkgver=2.0
pkgrel=1
pkgdesc="C/C++ Development Tools for the Eclipse Platform"
depends=('eclipse>=3.0')
source=(http://download.eclipse.org/tools/cdt/releases/new/zips/org.eclipse.cdt-$pkgver-linux.gtk.x86.zip)
url="http://www.eclipse.org/cdt/"
md5sums=('15fbefa22a0baf1e9ed4139ce219ade4')

build() {
  cd $startdir/src/eclipse
  mkdir -p $startdir/pkg/opt/eclipse
  cp -r * $startdir/pkg/opt/eclipse
}

I am also trying to make SWT/Fox [1] work with eclipse 3 but the try was unsuccessful, probably the project is not really up to date. I'd love to see Eclipse move faster with Fox (I have a relatively slow computer - P3@450MHz).

If anyone makes it work (it might need some patches, I don't really know), please post their solution here. Thanks.

[1] http://swtfox.sourceforge.net/

Offline

Board footer

Powered by FluxBB