unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Compiling Emacs from Source
Date: Wed, 08 Nov 2017 05:26:35 +0100	[thread overview]
Message-ID: <86lgjh9z0k.fsf@zoho.com> (raw)
In-Reply-To: CAOj2CQS_hQd2fjdYpe41_NL_pCN+4Ww2fxjQs0MzajmouoftYg@mail.gmail.com

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




  parent reply	other threads:[~2017-11-08  4:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-05 22:06 Compiling Emacs from Source Robert Thorpe
2017-11-05 22:43 ` Jean-Christophe Helary
2017-11-07  5:43   ` Kendall Shaw
2017-11-07 23:58 ` Emanuel Berg
2017-11-08  1:01   ` John Mastro
2017-11-08  1:27     ` Emanuel Berg
2017-11-08  4:26     ` Emanuel Berg [this message]
2017-11-11 20:45     ` Robert Thorpe
2017-11-08 16:32 ` Dan Mack
2017-11-08 19:21   ` Emanuel Berg
  -- strict thread matches above, loose matches on Subject: below --
2010-03-27  3:29 Compiling Emacs from source Henri-Paul Indiogine
2010-03-27  5:05 ` Óscar Fuentes
2010-03-27  9:52 ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86lgjh9z0k.fsf@zoho.com \
    --to=moasen@zoho.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).