> -------Original Message------- > From: Hisham Ahmed <[email protected]> > To: [email protected] <[email protected]> > Subject: Re: [freedom] Emacs build (2023-06-26) > Sent: 2023-06-26 14:05 > > Dears, > > Thanks Aahna for sharing. I think we forget to decompress emacs.tar. > I tried the following steps and it shows the following. I fixed it by > running "TAR -XVF EMACS.TAR" and it worked for me: > > [hisham@strikr opt]$ ls > download download.1 emacs.tar file.txt gcc go gocache goproj > Linux-System-Programming-Techniques work > [hisham@strikr opt]$ source /opt/emacs/freedom/do_env_emacs.sh > -bash: /opt/emacs/freedom/do_env_emacs.sh: No such file or directory >
Hisham thanks for pointing out the missing step. It's an ATD failure on my part and what i sent to her is what she posted. STEPS updated cd /opt wget -O emacs.tar.xz https://sourceforge.net/projects/softwarehub/files/emacs/emacs.tar.xz/download xz --decompress emacs.tar.xz tar -x -v -f emacs.tar source /opt/emacs/freedom/do_env_emacs.sh emacs --version Once you perform the steps above, please post the version output on the terminal. warm regards Saifi.
