emacs-devel
[Top][All Lists]
Advanced

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

Re: Accessible "building from source" instructions


From: Dmitry Gutov
Subject: Re: Accessible "building from source" instructions
Date: Sun, 26 May 2019 11:19:03 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 26.05.2019 3:25, T.V Raman wrote:
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

Thank you, but a) this is very specific to your own preferences, b) I need something on the Web to be able to link to it.



reply via email to

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