[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.337,1.338
Arpi of Ize
arpi at mplayerhq.hu
Thu Dec 5 00:29:44 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv7365/DOCS
Modified Files:
documentation.html
Log Message:
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 at graphicscave.com>
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- documentation.html 4 Dec 2002 22:05:39 -0000 1.337
+++ documentation.html 4 Dec 2002 23:29:41 -0000 1.338
@@ -1616,8 +1616,30 @@
<H2><A NAME="sgi">6.5 Silicon Graphics / IRIX</A></H2>
-<P>Reported working. You'll probably have to use the <I>SGI</I> ao driver.
- Anyone has closer info?</P>
+<P>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:</P>
+<PRE>
+ ./configure --install-path=PATH
+</PRE>
+<P>Or you can use the default install delivered with IRIX 6.5 in which case you
+ will have to edit the Makefile a littlebit by hand. Change the following two
+ lines:</P>
+<PRE>
+ $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
+
+ $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
+</PRE>
+<P>to:</P>
+<PRE>
+ $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
+
+ $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
+</PRE>
+<P>And then do (from within the MPlayer source dir):</P>
+<PRE>
+ cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
+</PRE>
+<P>and then go on with building and installing.</P>
<H2><A NAME="qnx">6.6 QNX</A></H2>
More information about the MPlayer-cvslog
mailing list