From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 08:58:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B12216A41F for ; Sun, 23 Oct 2005 08:58:55 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id E214D43D49 for ; Sun, 23 Oct 2005 08:58:54 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 2993 invoked by uid 0); 23 Oct 2005 08:58:52 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 23 Oct 2005 08:58:52 -0000 Message-ID: <435B50FE.2020803@gmx.net> Date: Sun, 23 Oct 2005 10:59:42 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051015) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vittorio References: <200510222207.20034.vdemart1@tin.it> In-Reply-To: <200510222207.20034.vdemart1@tin.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 08:58:55 -0000 vittorio wrote: >Working usually under kde I'm looking for something similar to the llc-win32 >program under ms-windows - that is a development environment where you can >edit your c++ program, compile it, debug it step by step, and finally run it >in a suitable window. >I tried the nice editor kate which allows to compile the file only. No >debugging, no running. >Is there anything of the kind of llc-win32? >Ciao >Vittorio >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > If you have an up to date system with at least 512MB ram I reccommend Eclipse with CDT as someone else allready mentioned. But a bit less system-resources-draining is anjuta, which works pretty nice. http://anjuta.sourceforge.net/ The anjuta 1 ( stable ) port is available in the portstree devel/anjuta . Their developement release ( 2.X ) isn't available in the portstree and should be manually installed. -- -Frank Staals