help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Emacs from Source


From: Emanuel Berg
Subject: Re: Compiling Emacs from Source
Date: Wed, 08 Nov 2017 05:26:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]