Difference between revisions of "Installing Emacs on FreeBSD"

From WikEmacs
Jump to navigation Jump to search
(FreeBSD related info)
 
(No difference)

Revision as of 17:15, 29 March 2012


Install

To install the latest development version of Emacs, with all the latest features, there are two approaches: using a pre built package or building from the ports.

To fetch and install the package run:

# pkg_add -r emacs-devel


Or use the ports:

# cd /usr/ports/editors/emacs-devel
# make install

Related documentation

Using Emacs as a Development Environment from the official FreeBSD project documentation. Some of the config tweaks are a bit dated and might need updating. But overall it's a good starting point.