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: T.V Raman
Subject: Re: Accessible "building from source" instructions
Date: Sat, 25 May 2019 17:25:46 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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 via email to

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