$ sudo apt-get install gcc build-essential git emacs$ git clone https://github.com/rusimody/gofer.gitAbove should make a directory called gofer Usually in your home but that depends on where you ran the git clone
cd gofer/src # Or wherever you have put it
$ makeAbove should make an executable called gofer. When you run it (at shell as:)
$ ./goferyou should get an error that prelude not found
Set the path thus at shell (make sure the path below is correct!)
$ export PUGOFER=/home/[yourname]/gofer/pusimple.preNow gofer should run (at shell) ie
$ ./gofershould start
Make a directory called elisp in ~/.emacs.d
$ cd ~/.emacs.d
$ mkdir elispCopy the files pugofer-init.el and pugofer.el into this elisp directory
Add this line to end of ~/.emacs.d/init.el
(add-to-list 'load-path (expand-file-name "~/.emacs.d/elisp"))Look for setenv calls in pugofer-init.el
Change these to your paths
Copy this whole file to bottom of ~/.emacs.d/init.el
Download deb from https://www.gnu.org/software/apl/ [Rpm if Fedora] Install using
$ sudo dpkg -i [filename]