<?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=108.131.107.138</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=108.131.107.138"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/108.131.107.138"/>
	<updated>2026-04-12T06:09:34Z</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=3686</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=3686"/>
		<updated>2012-12-24T01:32:31Z</updated>

		<summary type="html">&lt;p&gt;108.131.107.138: Deleted a word accidentally left in in the last revision.&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;
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>108.131.107.138</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_BSD&amp;diff=3685</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=3685"/>
		<updated>2012-12-24T01:31:37Z</updated>

		<summary type="html">&lt;p&gt;108.131.107.138: Made the page more general; removed sections with no text; lumped all pkgsrc OS's together and wrote a brief section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emacs is available on the BSD variants either in 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;
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>108.131.107.138</name></author>
	</entry>
</feed>