Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 7582 invoked from network); 17 Nov 2006 17:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 17:26:00 -0000 Received: (qmail 68658 invoked by uid 500); 17 Nov 2006 17:26:07 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 68613 invoked by uid 500); 17 Nov 2006 17:26:07 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 68604 invoked by uid 99); 17 Nov 2006 17:26:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 09:26:07 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 09:25:53 -0800 Received: from [192.168.1.106] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 9824051927 for ; Fri, 17 Nov 2006 12:25:26 -0500 (EST) Message-ID: <455DF093.1060008@pobox.com> Date: Fri, 17 Nov 2006 12:25:39 -0500 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib][linux/x86_32] classlib doesn't buid if X11 is not present References: <455D4992.703@apache.org> <455DB26E.1070900@pobox.com> <455DEE90.9080600@apache.org> In-Reply-To: <455DEE90.9080600@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Stefano Mazzocchi wrote: > Geir Magnusson Jr. wrote: >> Here's the instructions I had ready for the website, but got clobbered >> with one of the many doco patches. I'll put on website today in terms >> of requirement, and then point to a wiki for details for this platform. >> >> 1) Install subversion, gcc, g++ and make: >> >> geir@jack:~$ sudo apt-get install subversion >> geir@jack:~$ sudo apt-get install gcc >> geir@jack:~$ sudo apt-get install g++ >> geir@jack:~$ sudo apt-get install make >> >> 3) Install java : (1.5.0_9 from sun) >> >> 4) Install ant (1.6.x) >> >> 4) Get junit and drop the junit-X.jar into ant/lib >> >> 4) Install AWT/Swing deps >> >> apt-get install liblcms1-dev >> apt-get install libpng12-dev >> apt-get install libjpeg62-dev >> apt-get install libx11-dev >> apt-get install libxft-dev >> apt-get install binutils-dev > > You might need to add sudo here too I wasn't going to presume. :)