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>
|
||||
<para>Browsers (such as <application>Mozilla</application>,
|
||||
<application>&netscape;</application>,
|
||||
<application>Opera</application>)</para>
|
||||
<application>Opera</application>,
|
||||
<application>Firefox</application>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -153,6 +154,13 @@
|
|||
<entry>FreeBSD version: None. Linux version: Linux Binary Compatibility and
|
||||
<application>linux-openmotif</application></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>Firefox</application></entry>
|
||||
<entry>heavy</entry>
|
||||
<entry>heavy</entry>
|
||||
<entry><application>Gtk+</application></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
@ -362,6 +370,30 @@ export LD_PRELOAD</programlisting>
|
|||
identical.</para>
|
||||
|
||||
</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 id="desktop-productivity">
|
||||
|
|
Loading…
Reference in a new issue