all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "T.V Raman" <raman@google.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: Accessible "building from source" instructions
Date: Sat, 25 May 2019 17:25:46 -0700	[thread overview]
Message-ID: <p91ef4mqcxh.fsf@google.com> (raw)
In-Reply-To: <b3a50bdd-3dca-cedf-9532-74c1bb0e14fd@yandex.ru> (Dmitry Gutov's message of "Sun, 26 May 2019 02:34:17 +0300")

Here is what I use to checkout and build from Git: This assumes that
platform-specific package dependencies are already installed 

#!/bin/sh
#
git reset --hard
git pull --rebase --all
./configure --enable-silent-rules --with-x-toolkit=lucid \
--with-mailutils --with-modules --without-compress-install
make -j 8 V=0 bootstrap
make -j 8 V=0

-- 



  reply	other threads:[~2019-05-26  0:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-25 23:34 Accessible "building from source" instructions Dmitry Gutov
2019-05-26  0:25 ` T.V Raman [this message]
2019-05-26  8:19   ` Dmitry Gutov
2019-05-26  1:30 ` Paul Eggert
2019-05-26  8:20   ` Dmitry Gutov
2019-05-26  8:50     ` Paul Eggert
2019-05-26 10:18       ` Dmitry Gutov
2019-05-26 14:46       ` Eli Zaretskii
2019-05-26 20:08         ` Paul Eggert
2019-05-27  2:29           ` Eli Zaretskii
2019-05-27 16:59             ` Paul Eggert
2019-05-27 17:12               ` web pages in CVS [was Re: Accessible "building from source" instructions] Glenn Morris
2019-05-27 17:24               ` Accessible "building from source" instructions Eli Zaretskii
2019-05-27 20:17               ` Richard Stallman
2019-05-27 20:11           ` Richard Stallman
2019-05-26  9:23   ` Andreas Schwab
2019-05-26 10:01     ` Paul Eggert
2019-05-26 10:54       ` Andreas Schwab
2019-05-26 20:11         ` Paul Eggert
2019-05-26 20:19           ` Andreas Schwab
2019-05-27  4:55             ` Paul Eggert
2019-05-26  2:42 ` Eli Zaretskii
2019-05-26  8:25   ` Dmitry Gutov
2019-05-26 16:36     ` Eli Zaretskii
2019-05-26 22:10       ` Dmitry Gutov

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

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

  git send-email \
    --in-reply-to=p91ef4mqcxh.fsf@google.com \
    --to=raman@google.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.