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

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

Re: build from source code


From: Pankaj Jangid
Subject: Re: build from source code
Date: Mon, 06 Sep 2021 12:24:29 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> This works for the me with 28.0, perhaps you don't need the
> "reset" part ...
>
> #! /bin/zsh
> #
> # this file:
> #   http://user.it.uu.se/~embe8573/conf/.zsh/install-emacs
> #   https://dataswamp.org/~incal/conf/.zsh/install-emacs
>
> local EMACS_SRC=https://git.savannah.gnu.org/git/emacs.git
> local EMACS_DIR=~/src
>
> emacs-install-prepare () {
>     sudo apt-get -qq update
>     sudo apt-get install build-essential
>     sudo apt-get build-dep emacs
> }

If you use ‘eww’ to read HTML then do install the package ‘libxml2-dev’
otherwise the default build will disable this feature. I discovered it
when I saw raw HTML in some emails where ‘text/plain’ part was not sent.




reply via email to

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