From: <tomas@tuxteam.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Out of source compilation
Date: Sun, 1 Sep 2019 10:24:30 +0200 [thread overview]
Message-ID: <20190901082430.GA19628@tuxteam.de> (raw)
In-Reply-To: <20190901035705.2jgo4jf7utlt7mw5@Ergus>
[-- Attachment #1: Type: text/plain, Size: 897 bytes --]
On Sun, Sep 01, 2019 at 05:57:07AM +0200, Ergus wrote:
> Hi:
>
> Sorry if this is a too dumb question, but I don't find any related
> reference.
>
> What's the recommended method to do out of source compilation?
You are talking about compiling Emacs from source?
> Right now I am doing a cd dir && make. But maybe there is
> something else, more complete?
>
> Maybe a variable in the locals file?? Or a set command?
If my guess above was right, it's easy (this is true of most well
managed "modern" Autotools projects):
- just make yourself a build directory somewhere (in my case
it's just a neighbour of the source dir, but that's not
necessary)
- cd to your build directory
- call configure script from your build directory
- the build machinery gets deployed in your build directory.
- do there make && make install as usual.
Cheers
-- t
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2019-09-01 8:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-01 3:57 Out of source compilation Ergus
2019-09-01 8:24 ` tomas [this message]
2019-09-01 12:55 ` VanL
2019-09-01 14:19 ` tomas
2019-09-01 16:22 ` Ergus
2019-09-01 16:52 ` Óscar Fuentes
2019-09-01 17:12 ` tomas
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=20190901082430.GA19628@tuxteam.de \
--to=tomas@tuxteam.de \
--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).