unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Basile Starynkevitch <basile@starynkevitch.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Question on updating to 29.1
Date: Mon, 23 Oct 2023 18:41:31 +0200	[thread overview]
Message-ID: <e0ad2256-02f3-40c3-84b9-acec44ccc145@starynkevitch.net> (raw)
In-Reply-To: <87lecfe2dt.fsf@penguin>


On 10/7/23 01:51, Byung-Hee HWANG wrote:
>>> Like me, you do contact to Ubuntu team with Emacs update.
>> What do you mean?
> I think that manaual building is not easy. Maybe there is a package
> for emacs 29.1 of Ubuntu?


I am building the latest GNU emacs snapshot everyt day on my Ubuntu 
desktop using the following script. My /usr/src/Editors/emacs contain a 
git clone of GNU emacs. I did install the dependencies (they don't 
change often) e.g. with aptitude build-dep emacs

> #! /bin/bash -x
> export PATH=/usr/bin:/bin
> sync
> cd /usr/src/Editors/emacs
> rm -f etc/DOC*
> git  pull
> git  log -3 | cat
> sync
> rm -rf /tmp/emacsinst/
> time nice make -j  -l 9 || exit 1
> time make  install DESTDIR=/tmp/emacsinst || exit 1
> sudo cp -v -r -p /tmp/emacsinst/usr/local/. /usr/local/.
> sync&

-- 
Basile Starynkevitch
  <basile@starynkevitch.net>
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/




  parent reply	other threads:[~2023-10-23 16:41 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11  8:11 Question on updating to 29.1 PierGianLuca
2023-08-11  8:21 ` Philip Kaludercic
2023-08-11  8:45   ` PierGianLuca
2023-08-11  8:54     ` Basile Starynkevitch
2023-08-11 10:16       ` Emanuel Berg
2023-08-11 11:20         ` Basile Starynkevitch
2023-08-11 12:20           ` Emanuel Berg
2023-08-17 16:17         ` PierGianLuca
2023-08-17 17:01           ` Corwin Brust
2023-08-17 17:55             ` PierGianLuca
2023-08-17 18:58           ` Basile Starynkevitch
2023-10-05 18:21             ` hw
2023-10-05 18:54               ` Eli Zaretskii
2023-08-18 19:24           ` Philip Kaludercic
2023-08-19 11:05             ` Pop-up font size with lucid toolkit (was: Question on updating to 29.1) PierGianLuca
2023-08-19 11:10               ` Solved: " PierGianLuca
2023-08-19 11:13               ` Gregory Heytings
2023-08-19 11:15                 ` PierGianLuca
2023-08-20 12:36               ` Pop-up font size with lucid toolkit Philip Kaludercic
2023-08-20 13:13                 ` PierGianLuca
2023-08-21 15:14                   ` Philip Kaludercic
2023-08-11 11:16     ` Question on updating to 29.1 Eli Zaretskii
2023-08-11 22:04       ` Jens Schmidt via Users list for the GNU Emacs text editor
2023-08-12  5:48         ` Eli Zaretskii
2023-08-12  6:08           ` PierGianLuca
2023-08-12  6:23             ` Eli Zaretskii
2023-08-13 12:46           ` Petteri Hintsanen
2023-10-05 11:44 ` Byung-Hee HWANG
2023-10-05 17:17   ` Emanuel Berg
2023-10-06 23:51     ` Byung-Hee HWANG
2023-10-07  7:43       ` Yuri Khan
2023-10-07 12:13         ` Byung-Hee HWANG
2023-10-07 12:28           ` Question on updating to 29.1 (on Ubuntu) PierGianLuca
2023-10-23 16:41       ` Basile Starynkevitch [this message]
2023-10-06  1:30   ` Question on updating to 29.1 Emanuel Berg
2023-10-07  6:06     ` జిందం వాఐి

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=e0ad2256-02f3-40c3-84b9-acec44ccc145@starynkevitch.net \
    --to=basile@starynkevitch.net \
    --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).