Add Firefox to the list of web browsers supported by FreeBSD.
PR: docs/69202 Submitted by: Joel Dahl <joel@automatvapen.se>
This commit is contained in:
parent
f9e61176ea
commit
4bd9941f82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21555
1 changed files with 33 additions and 1 deletions
|
|
@ -51,7 +51,8 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Browsers (such as <application>Mozilla</application>,
|
<para>Browsers (such as <application>Mozilla</application>,
|
||||||
<application>&netscape;</application>,
|
<application>&netscape;</application>,
|
||||||
<application>Opera</application>)</para>
|
<application>Opera</application>,
|
||||||
|
<application>Firefox</application>)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
@ -153,6 +154,13 @@
|
||||||
<entry>FreeBSD version: None. Linux version: Linux Binary Compatibility and
|
<entry>FreeBSD version: None. Linux version: Linux Binary Compatibility and
|
||||||
<application>linux-openmotif</application></entry>
|
<application>linux-openmotif</application></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><application>Firefox</application></entry>
|
||||||
|
<entry>heavy</entry>
|
||||||
|
<entry>heavy</entry>
|
||||||
|
<entry><application>Gtk+</application></entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
@ -362,6 +370,30 @@ export LD_PRELOAD</programlisting>
|
||||||
identical.</para>
|
identical.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>Firefox</title>
|
||||||
|
<indexterm>
|
||||||
|
<primary><application>Firefox</application></primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<para><application>Firefox</application> is the next-generation
|
||||||
|
browser based on the <application>Mozilla</application>
|
||||||
|
codebase. <application>Mozilla</application> is a complete
|
||||||
|
suite of applications, such as a browser, a mail client, a chat
|
||||||
|
client and much more. <application>Firefox</application> is
|
||||||
|
just a browser, which makes it smaller and faster.</para>
|
||||||
|
|
||||||
|
<para>Install the package by typing:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||||
|
|
||||||
|
<para>You can also use the ports collection if you
|
||||||
|
prefer to compile from source code:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
|
||||||
|
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||||
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="desktop-productivity">
|
<sect1 id="desktop-productivity">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue