1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 20:34:58 +00:00

Remove IRIX section, the advice it contained is now obsolete.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-01 11:34:31 +00:00
parent 74a216ea56
commit 085d2a488d

View File

@ -330,34 +330,6 @@ you may not be able to play DVD discs larger than 4 GB:
<!-- ********** -->
<sect2 id="irix">
<title>IRIX</title>
<para>
You can either try to install the GNU install program, and (if you did
not put it in your global path) then point to the location with:
<screen>
./configure --with-install=<replaceable>/path/and/name/of/install</replaceable>
</screen>
</para>
<para>
Or you can use the default install delivered with IRIX 6.5 in which case
you will have to edit the <filename>Makefile</filename> by hand a little bit.
Change the line:
<programlisting>
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
</programlisting>
to:
<programlisting>
$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
</programlisting>
and then go on with building and installing.
</para>
</sect2>
<!-- ********** -->
<sect2 id="hp-ux">
<title>HP-UX</title>