Emacs 24 on Fedora 15
Monday 13, February 2012

I've recently installed Emacs 24 on my Fedora workstation. I followed these simple steps to do that:

$ git clone git://github.com/emacsmirror/emacs.git
$ cd emacs
$ ./autogen.sh
$ ./configure --prefix=/opt/emacs24 --without-makeinfo  
       --with-xpm=no  --with-jpeg=no --with-gif=no 
       --with-tiff=no
$ make
$ sudo make install

Then, I executed:

$ sudo ln -s /opt/emacs24/bin/emacs /usr/bin/emacs

... and...

$ emacs --version
GNU Emacs 24.0.93.1
Copyright (C) 2012 Free Software Foundation, Inc.

Voila!!

Tags

Buy me a coffee!! Coffee cup

Advertisment