unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Oleg Cherkasov <o1e9.cherkasov@yandex.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Newest emacs version that can run on Ubuntu 18.04
Date: Tue, 28 Mar 2023 15:26:03 +0200	[thread overview]
Message-ID: <62d5a647-5e94-3d3b-c4c9-3af3ba4c8513@yandex.com> (raw)
In-Reply-To: <CAFDHx1LZ4k=rMZxyySiOi1qHue8OwsiA+=opphFNOw=4MgiL_Q@mail.gmail.com>

On 16.03.2023 21:46, Patrick Mahan wrote:
> All,
> 
> I have to do development work on some machines running Ubuntu 18.04 which
> seems to only support emacs 25.
> 
> Can Ubuntu support a new version?  (26, 27 or higher?).

If you decide to build the latest 28.2 yourself on 18.04/bionic then you 
may find useful brief notes, I made last time compiling it:

sudo apt install autoconf make texinfo gnutls-bin libgccjit-8-dev \
libgtk-3-dev libwebkit2gtk-4.0-dev libxpm-dev libjpeg-dev libgif-dev \ 
libtiff-dev libjansson-dev libtinfo-dev

The list of options to compile with:

./configure --prefix=/usr/local --program-suffix=28 --with-modules \
--with-file-notification=inotify --with-mailutils --with-harfbuzz \
--with-json --with-x=yes --with-x-toolkit=gtk3 \
--with-lcms2 --with-cairo --with-xpm=yes --with-gif=yes \
--with-gnutls=yes --with-jpeg=yes --with-png=yes --with-tiff=yes \
--with-xwidgets CFLAGS=-O2

Pull only the latest released sources:

git clone --depth 1 --branch emacs-28 git://git.savannah.gnu.org

And do you forget to run:

./autogen.sh


Cheers,
Oleg



      parent reply	other threads:[~2023-03-28 13:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 20:46 Newest emacs version that can run on Ubuntu 18.04 Patrick Mahan
2023-03-16 21:26 ` Marcus Harnisch
2023-03-16 21:29 ` Óscar Fuentes
2023-03-16 21:49   ` Óscar Fuentes
2023-03-28 12:55     ` Byung-Hee HWANG
2023-03-16 21:58 ` christian de larrinaga via Users list for the GNU Emacs text editor
2023-03-16 22:30 ` Emanuel Berg
2023-03-20  1:38   ` David Masterson
2023-03-20  3:09     ` Po Lu
2023-03-20  3:48       ` David Masterson
2023-03-20  8:13     ` tomas
2023-03-17  1:57 ` Po Lu
2023-03-20  6:41 ` Michael Heerdegen
2023-03-23  0:38   ` David Masterson
2023-03-23  2:59     ` Michael Heerdegen
2023-03-28 13:26 ` Oleg Cherkasov [this message]

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=62d5a647-5e94-3d3b-c4c9-3af3ba4c8513@yandex.com \
    --to=o1e9.cherkasov@yandex.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=o1e9@member.fsf.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).