this post was submitted on 13 Jan 2025
6 points (87.5% liked)
Emacs
2281 readers
2 users here now
Our infinitely powerful editor.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i use debian, so i had to do this:
i assume pop os to be debian-based, so that'll work for you too. this ensures every dependency is available beforehand so you don't get to a scenario where emacs builds successfully, but something basic like gtk support is missing
then you clone emacs and then
./configure && make && make install
. i use it for work everyday and it works pretty wellSo the sequence is as follows:-
Did I miss anything ??
you might have to set a different
--prefix
during the./configure
stage if you don't want to install it as root, but other than that, i think this is it. please read theINSTALL
file and also the output of./configure --help