comparison DOCS/documentation.html @ 8353:6dd42a044681

a little (my first!) patch to add some info about MPlayer on Irix 6.5 to documentation.html and some changes to the configure script + Makefile to support optional different "install" location and change ranlib to ar when Irix is detected. Steffen Boelaars <mplayer.development@graphicscave.com>
author arpi
date Wed, 04 Dec 2002 23:29:41 +0000
parents 98146a490f2f
children e37572f8bc8c
comparison
equal deleted inserted replaced
8352:2aed330d2054 8353:6dd42a044681
1614 </PRE> 1614 </PRE>
1615 1615
1616 1616
1617 <H2><A NAME="sgi">6.5 Silicon Graphics / IRIX</A></H2> 1617 <H2><A NAME="sgi">6.5 Silicon Graphics / IRIX</A></H2>
1618 1618
1619 <P>Reported working. You'll probably have to use the <I>SGI</I> ao driver. 1619 <P>You can either try to install the GNU install program, and (if you did not
1620 Anyone has closer info?</P> 1620 put it in your global path) then point to the location with:</P>
1621 <PRE>
1622 ./configure --install-path=PATH
1623 </PRE>
1624 <P>Or you can use the default install delivered with IRIX 6.5 in which case you
1625 will have to edit the Makefile a littlebit by hand. Change the following two
1626 lines:</P>
1627 <PRE>
1628 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
1629
1630 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
1631 </PRE>
1632 <P>to:</P>
1633 <PRE>
1634 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
1635
1636 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
1637 </PRE>
1638 <P>And then do (from within the MPlayer source dir):</P>
1639 <PRE>
1640 cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
1641 </PRE>
1642 <P>and then go on with building and installing.</P>
1621 1643
1622 1644
1623 <H2><A NAME="qnx">6.6 QNX</A></H2> 1645 <H2><A NAME="qnx">6.6 QNX</A></H2>
1624 1646
1625 <P>Works. You'll need to download SDL for QNX, and install it. Then run 1647 <P>Works. You'll need to download SDL for QNX, and install it. Then run