From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Compiling Emacs from Source Date: Wed, 08 Nov 2017 05:26:35 +0100 Message-ID: <86lgjh9z0k.fsf@zoho.com> References: <87d14w4byu.fsf@robertthorpeconsulting.com> <86lgjhbpz1.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510115239 4920 195.159.176.226 (8 Nov 2017 04:27:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2017 04:27:19 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 08 05:27:13 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCHxG-0000xJ-Uk for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Nov 2017 05:27:11 +0100 Original-Received: from localhost ([::1]:57241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCHxO-0003Um-5U for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Nov 2017 23:27:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCHwv-0003Ug-DF for help-gnu-emacs@gnu.org; Tue, 07 Nov 2017 23:26:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCHwr-0005ZY-LU for help-gnu-emacs@gnu.org; Tue, 07 Nov 2017 23:26:49 -0500 Original-Received: from [195.159.176.226] (port=45623 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCHwr-0005Yl-F7 for help-gnu-emacs@gnu.org; Tue, 07 Nov 2017 23:26:45 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eCHwg-00086F-Mv for help-gnu-emacs@gnu.org; Wed, 08 Nov 2017 05:26:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 34 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:elDX8PvDrJco5w0auIgzMV5P2CQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114805 Archived-At: This should work on Debians. For Red Hats it should also work only do the equivalent with yum instead of apt-get - wow, you didn't know that, did you? Aaanyway, with commands from http://ergoemacs.org/emacs/building_emacs_from_git_repository.html ### prepare sudo apt-get install build-essential sudo apt-get build-dep emacs24 ### new git git clone https://github.com/mirrors/emacs.git ### or old clean slate cd ~/my-git/emacs git reset --hard git clean -xdf git pull https://github.com/mirrors/emacs.git ### install Emacs cd ~/my-git/emacs ./autogen.sh ./configure make bootstrap make It means fasten your seat-belt Dorthy. For Kansas, is going bye-bye. Cipher -- underground experts united http://user.it.uu.se/~embe8573