From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs-21.4a.tar Date: Fri, 01 Sep 2006 11:18:26 +0300 Message-ID: References: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1157098746 3648 80.91.229.2 (1 Sep 2006 08:19:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 08:19:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 10:19:03 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJ4Eg-0002eo-0o for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 10:18:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ4Ef-0007h9-Eg for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 04:18:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ4ES-0007fQ-OE for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 04:18:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ4EQ-0007da-RH for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 04:18:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ4EQ-0007dX-Nl for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 04:18:30 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJ4OE-0008To-Is for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 04:28:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-31-5.inter.net.il [80.230.31.5]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AIV80920 (AUTH halo1); Fri, 1 Sep 2006 11:18:28 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> (arun.chellam@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37098 Archived-At: > Date: Thu, 31 Aug 2006 10:19:26 +0530 > From: "Arun kumar" > > I want to install emacs, so i downloaded "emacs-21.4a.tar" from the ftp > site. > > As i am new to this,let me know how should i proceed with to install this in > my solaris box.. Unpack it like this: gunzip -c emacs-21.4a.tar.gz | tar xf - Then read the file emacs-21.4/INSTALL, which explains how to build and install Emacs.