<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.117.123.50</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.117.123.50"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/62.117.123.50"/>
	<updated>2026-04-17T12:26:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_BSD&amp;diff=46477</id>
		<title>Installing Emacs on BSD</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_BSD&amp;diff=46477"/>
		<updated>2014-02-25T07:46:06Z</updated>

		<summary type="html">&lt;p&gt;62.117.123.50: /* FreeBSD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emacs is available on the BSD variants either through precompiled binary packages or user-compiled ports.  Installation instructions vary according to exact OS.&lt;br /&gt;
&lt;br /&gt;
== FreeBSD ==&lt;br /&gt;
&lt;br /&gt;
To install the most recent prebuilt binary package of the (at the time) most recent stable version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# pkg_add -r emacs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install emacs without X11 dependencies:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# pkg_add -r emacs-nox11&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or use the ports to build from source:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# cd /usr/ports/editors/emacs &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Developers may find &amp;quot;[http://www.freebsd.org/doc/en/books/developers-handbook/emacs.html Using Emacs as a Development Environment],&amp;quot; from the official FreeBSD project documentation, a good starting point. Some of the config tweaks are a bit dated and might need updating. But overall it's a reference&lt;br /&gt;
&lt;br /&gt;
== OpenBSD ==&lt;br /&gt;
[http://www.openbsd.org/faq/faq15.html#Easy Set &amp;lt;tt&amp;gt;PKG_PATH&amp;lt;/tt&amp;gt;] to an appropriate mirror.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# pkg_add -i emacs&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;pkg_add&amp;lt;/tt&amp;gt; will prompt you for which version you want&amp;amp;mdash;currently, versions 21, 22, and 23 are available.&lt;br /&gt;
&lt;br /&gt;
You can also install from the ports tree; however, &amp;quot;The [OpenBSD] ports tree is meant for advanced users. Everyone is encouraged to use the pre-compiled binary packages.&amp;quot;(OpenBSD FAQ, [http://www.openbsd.org/faq/faq15.html#Ports section 15.3])  &lt;br /&gt;
&lt;br /&gt;
No premade port or package for Emacs 24 seems to be publicly available currently.&lt;br /&gt;
&lt;br /&gt;
== NetBSD, DragonFlyBSD, other pkgsrc systems ==&lt;br /&gt;
&lt;br /&gt;
On systems using [http://www.pkgsrc.org pkgsrc], something like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# cd /usr/pkgsrc/editors/emacs &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
should work.&lt;br /&gt;
&lt;br /&gt;
[[Category:Emacs-24]][[Category:Beginner]][[Category:Install Or Upgrade]]&lt;/div&gt;</summary>
		<author><name>62.117.123.50</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_BSD&amp;diff=46476</id>
		<title>Installing Emacs on BSD</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_BSD&amp;diff=46476"/>
		<updated>2014-02-25T07:45:46Z</updated>

		<summary type="html">&lt;p&gt;62.117.123.50: /* FreeBSD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emacs is available on the BSD variants either through precompiled binary packages or user-compiled ports.  Installation instructions vary according to exact OS.&lt;br /&gt;
&lt;br /&gt;
== FreeBSD ==&lt;br /&gt;
&lt;br /&gt;
To install the most recent prebuilt binary package of the (at the time) most recent stable version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# pkg_add -r emacs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install emacs without X11 dependcies:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# pkg_add -r emacs-nox11&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or use the ports to build from source:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# cd /usr/ports/editors/emacs &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Developers may find &amp;quot;[http://www.freebsd.org/doc/en/books/developers-handbook/emacs.html Using Emacs as a Development Environment],&amp;quot; from the official FreeBSD project documentation, a good starting point. Some of the config tweaks are a bit dated and might need updating. But overall it's a reference&lt;br /&gt;
&lt;br /&gt;
== OpenBSD ==&lt;br /&gt;
[http://www.openbsd.org/faq/faq15.html#Easy Set &amp;lt;tt&amp;gt;PKG_PATH&amp;lt;/tt&amp;gt;] to an appropriate mirror.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# pkg_add -i emacs&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;pkg_add&amp;lt;/tt&amp;gt; will prompt you for which version you want&amp;amp;mdash;currently, versions 21, 22, and 23 are available.&lt;br /&gt;
&lt;br /&gt;
You can also install from the ports tree; however, &amp;quot;The [OpenBSD] ports tree is meant for advanced users. Everyone is encouraged to use the pre-compiled binary packages.&amp;quot;(OpenBSD FAQ, [http://www.openbsd.org/faq/faq15.html#Ports section 15.3])  &lt;br /&gt;
&lt;br /&gt;
No premade port or package for Emacs 24 seems to be publicly available currently.&lt;br /&gt;
&lt;br /&gt;
== NetBSD, DragonFlyBSD, other pkgsrc systems ==&lt;br /&gt;
&lt;br /&gt;
On systems using [http://www.pkgsrc.org pkgsrc], something like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# cd /usr/pkgsrc/editors/emacs &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
should work.&lt;br /&gt;
&lt;br /&gt;
[[Category:Emacs-24]][[Category:Beginner]][[Category:Install Or Upgrade]]&lt;/div&gt;</summary>
		<author><name>62.117.123.50</name></author>
	</entry>
</feed>