From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 13:57:34 2005 Return-Path: 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 078A916A4CE for ; Tue, 26 Apr 2005 13:57:34 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97CD343D53 for ; Tue, 26 Apr 2005 13:57:33 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from epia2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id C5DE94AC2A; Tue, 26 Apr 2005 15:58:43 +0200 (CEST) Date: Tue, 26 Apr 2005 15:59:07 +0200 From: cpghost@cordula.ws To: Steven Friedrich Message-ID: <20050426135907.GC38835@epia2.farid-hajji.net> References: <20050426133414.EBFB843D45@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426133414.EBFB843D45@mx1.FreeBSD.org> User-Agent: Mutt/1.5.9i cc: FreeBSD Questions Subject: Re: Qt programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 13:57:34 -0000 On Tue, Apr 26, 2005 at 09:34:18AM -0400, Steven Friedrich wrote: > I want to learn Qt programming. Can I do that without buying anything from TrollTech (until I'm ready to develop a commercial program) ? Does FreeBSD have the tools, libraries, etc.? Use the ports, Luke! Esp.: /usr/ports/x11-toolkits/qt33 if it is not already installed on your system. qt33 also comes with 'designer', 'moc', 'uic', ... and it installs 'qmake' as a dependency automatically, so you could immediately start hacking right away :-) Just one hint: Add this to your .profile before trying to do anything: QMAKESPEC=/usr/local/share/qt/mkspecs/freebsd-g++; export QMAKESPEC QTDIR=/usr/X11R6; export QTDIR > Steven Friedrich Happy hacking! -cpghost. -- Cordula's Web. http://www.cordula.ws/