Difference between revisions of "GNULinux"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Installing == | == Installing == | ||
− | + | '''Building Emacs''' | |
: You can build Emacs from [https://github.com/emacsmirror/emacs source] on every distribution out there | : You can build Emacs from [https://github.com/emacsmirror/emacs source] on every distribution out there | ||
: Use this option only if the distribution doesn't already provide an Emacs version of interest to you. | : Use this option only if the distribution doesn't already provide an Emacs version of interest to you. | ||
Line 7: | Line 7: | ||
That said, few distributions include in their primary repositories builds of Emacs 24. Luckily there are some unofficial repos that come to the rescue. | That said, few distributions include in their primary repositories builds of Emacs 24. Luckily there are some unofficial repos that come to the rescue. | ||
− | + | '''Debian''' | |
: See [http://emacs.naquadah.org/ emacs-snapshot APT repo]. The page contains installation instructions. | : See [http://emacs.naquadah.org/ emacs-snapshot APT repo]. The page contains installation instructions. | ||
: High quality, highly recommended builds! After adding the repo install with the following command | : High quality, highly recommended builds! After adding the repo install with the following command | ||
Line 14: | Line 14: | ||
: </source> | : </source> | ||
− | + | '''Ubuntu''' | |
: <source lang="bash"> | : <source lang="bash"> | ||
: $ sudo apt-add-repository ppa:cassou/emacs | : $ sudo apt-add-repository ppa:cassou/emacs | ||
Line 20: | Line 20: | ||
: </source> | : </source> | ||
− | + | '''Gentoo''' | |
: See [http://www.gentoo.org/proj/en/lisp/emacs/emacs.xml Emacs on Gentoo page]. | : See [http://www.gentoo.org/proj/en/lisp/emacs/emacs.xml Emacs on Gentoo page]. | ||
− | + | '''Arch Linux''' | |
: See [http://aur.archlinux.org/packages.php?ID=33337 emacs-bzr] package from [http://aur.archlinux.org/index.php AUR] | : See [http://aur.archlinux.org/packages.php?ID=33337 emacs-bzr] package from [http://aur.archlinux.org/index.php AUR] | ||
− | + | '''Slackware''' | |
: Compile and Install using [http://github.com/cycojesus/slackbuilds/tree/master/e/emacs emacs.SlackBuild (unofficial)]. | : Compile and Install using [http://github.com/cycojesus/slackbuilds/tree/master/e/emacs emacs.SlackBuild (unofficial)]. | ||
− | + | '''Fedora''', '''SuSE''', '''Mandriva''' | |
: No pre-built packages | : No pre-built packages | ||
[[Category:GNULinux]][[Category:Emacs-24.1]] | [[Category:GNULinux]][[Category:Emacs-24.1]] |
Revision as of 21:52, 26 March 2012
Installing
Building Emacs
- You can build Emacs from source on every distribution out there
- Use this option only if the distribution doesn't already provide an Emacs version of interest to you.
That said, few distributions include in their primary repositories builds of Emacs 24. Luckily there are some unofficial repos that come to the rescue.
Debian
- See emacs-snapshot APT repo. The page contains installation instructions.
- High quality, highly recommended builds! After adding the repo install with the following command
: $ sudo apt-get install emacs-snapshot :
Ubuntu
: $ sudo apt-add-repository ppa:cassou/emacs : $ sudo apt-get install emacs-snapshot :
Gentoo
- See Emacs on Gentoo page.
Arch Linux
Slackware
- Compile and Install using emacs.SlackBuild (unofficial).
Fedora, SuSE, Mandriva
- No pre-built packages