From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: how to compile emacs from git. Date: Tue, 05 Jan 2016 15:57:00 +0000 Message-ID: <87twms2f5f.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452009466 2165 80.91.229.3 (5 Jan 2016 15:57:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2016 15:57:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 16:57:35 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aGTzK-0000Wg-TQ for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 16:57:35 +0100 Original-Received: from localhost ([::1]:50240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGTzH-0002xt-3y for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 10:57:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGTz4-0002xk-Bk for emacs-devel@gnu.org; Tue, 05 Jan 2016 10:57:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGTz1-0001Dt-64 for emacs-devel@gnu.org; Tue, 05 Jan 2016 10:57:18 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGTz0-0001Df-VD for emacs-devel@gnu.org; Tue, 05 Jan 2016 10:57:15 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aGTyz-0000Fy-Ej for emacs-devel@gnu.org; Tue, 05 Jan 2016 16:57:13 +0100 Original-Received: from 2.162.24.124 ([2.162.24.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 16:57:13 +0100 Original-Received: from oub by 2.162.24.124 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 16:57:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2.162.24.124 Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:v+U+9URr2R3Gqgva1T1CmrPMIy0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197657 Archived-At: Hello When I compile and install the git version of emacs, I follow http://ergoemacs.org/emacs/building_emacs_from_git_repository.html and run ./autogen.sh ./configure make bootstrap make (Make install; I run checkinstall (KUbuntu)) Are theses steps really necessary or what is the recommended way of compiling and installing emacs? Uwe Brauer