Direct reader to install packages first.
Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D9175
This commit is contained in:
parent
bc86e5568c
commit
d2a586b4ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49855
1 changed files with 16 additions and 1 deletions
|
@ -1338,7 +1338,11 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
|
|||
<sect2>
|
||||
<title>Setting up the MythTV Backend</title>
|
||||
|
||||
<para>To install MythTV using the port:</para>
|
||||
<para>To install MythTV using binary packages:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install mythtv</userinput></screen>
|
||||
|
||||
<para>Alternatively, to install from the Ports Collecton:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/multimedia/mythtv</userinput>
|
||||
&prompt.root; <userinput>make install</userinput></screen>
|
||||
|
@ -1486,6 +1490,17 @@ Re-scan of bus 3 was successful</screen>
|
|||
<package>graphics/xsane</package> installs
|
||||
<application>xsane</application>.</para>
|
||||
|
||||
<para>To install the two parts from binary packages:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install sane sane-frontends</userinput></screen>
|
||||
|
||||
<para>Alternatively, to install from the Ports Collection</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/graphics/sane-frontends</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput>
|
||||
&prompt.root; <userinput>cd /usr/ports/graphics/xsane</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>After installing the
|
||||
<package>graphics/sane-backends</package> port or package, use
|
||||
<command>sane-find-scanner</command> to check the scanner
|
||||
|
|
Loading…
Reference in a new issue