I know that I can run sudo apt-get install emacs25
, but (for reasons I don't want to get into) I want to build Emacs from source.
In the past, in order to do this, I've had to apt-get install
Debian packages required to build Emacs, but this time I cannot find any up-to-date and authoritative list of what those packages are for the latest version of Emacs.
Any information on this would be appreciated.
FWIW, the following (based on the INSTALL
file included with the Emacs source) failed immediately:
% apt-get build-dep emacs25
Reading package lists... Done
E: Unable to find a source package for emacs25
EDIT: Below is what I have in my /etc/apt/sources.list
file:
deb http://http.us.debian.org/debian stretch main contrib non-free
deb-src http://http.us.debian.org/debian stretch main contrib non-free
deb http://http.us.debian.org/debian stretch-updates main contrib non-free
deb-src http://http.us.debian.org/debian stretch-updates main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free