Followed these steps:
- Downloaded emacs-26.3.tar.gz, drop it in a subdir of my home dir
- cd to there
- tar -xvf emacs-26.1.tar.xz
- Seems happy a bunch of files appear
- cd emacs-26.3
- ./configure --prefix=/home/<my_home_dir>/.local/share/emacs --with-gif=no --with-tiff=no --with-x-toolkit=no --with-jpeg=no --with-png=no --with-gnutls=no
Config errors saying
The required function 'tputs' was not found in any library and it lists the 5 libs it tried.
libtinfo libnurses libterminfo libcurses libtermcap
- ran >sudo apt install for those five and it errors saying
unable to locate package.
It looks like sudo can't find them.
I don't have public internet on the machine I am installing on
sudois not the thing that can't find the packages, that would beapt. Thesudocommand is only there to runaptwith root privileges.