summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 13:39:35 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 13:39:35 +0000
commit09a6d6f46595be4bfbbb726f12f84772e86ce7f5 (patch)
tree566f78ebe9261d0ae4c5e41816102770f9ca9e4d /DOCS
parent49cf0be8e02264b1f6cc915345f3c027f7d25cbe (diff)
downloadmpv-09a6d6f46595be4bfbbb726f12f84772e86ce7f5.tar.bz2
mpv-09a6d6f46595be4bfbbb726f12f84772e86ce7f5.tar.xz
gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4512 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/users_against_developers.html36
1 files changed, 30 insertions, 6 deletions
diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html
index b645c710be..a750e32634 100644
--- a/DOCS/users_against_developers.html
+++ b/DOCS/users_against_developers.html
@@ -67,12 +67,36 @@ there were laid off by VA!), the Wine, avifile. Even if we are arrogant,
are we not the same as the previously listed ones? Why do <B>we</B> have
to suffer from your unrightful wrath?</P>
-<P>I'm closing this topic. Think over it please. I (Gabucino) personally begun
-with <A HREF="http://www.redhat.com">RedHat</A>, then used Mandrake (sorry I
-don't know their URL), now I have <A
-HREF="http://www.linuxfromscratch.com">LFS</A>. Never held a grudge against
-RedHat or RedHat users, and I still don't. Hate is only comfortable. It
-won't bring you anywhere.</P>
+<P><A HREF="mailto:willis_matthew@yahoo.com">Matt Willis</A> kindly submitted
+ a simple GCC-3.0.3 compiling howto, I'm copying it here:</P>
+
+<P>
+<UL>
+ <LI>Download gcc. Go to the <A
+ HREF="http://gcc.gnu.org/mirrors.html">http://gcc.gnu.org/mirrors.html</A>
+ page.
+ I downloaded the following, but you don't need everything:<BR>
+ <CODE>gcc-g++-3.0.3.tar.gz<BR>
+ gcc-objc-3.0.3.tar.gz<BR>
+ gcc-3.0.3.tar.gz<BR>
+ gcc-g77-3.0.3.tar.gz<BR>
+ gcc-testsuite-3.0.3.tar.gz<BR>
+ gcc-core-3.0.3.tar.gz<BR>
+ gcc-java-3.0.3.tar.gz</CODE>
+ </LI>
+
+ <LI>Unpack the files, make a build directory, and build<CODE><PRE>
+ tar xvzf gcc-*3.0.3.tar.gz
+ mkdir gcc-build; cd gcc-build
+ ../gcc-3.0.3/configure --prefix=/opt --program-suffix=-3.0.3
+ make bootstrap; mkdir -p /opt; make install</PRE></CODE>
+
+ <LI>Set your path to include /opt/bin<BR>
+ <CODE>export PATH=/opt/bin:${PATH}</CODE>
+
+ <LI>Now you can build MPlayer.</LI>
+</UL>
+</P>
<A NAME=binary><P><B><I>Binary distribution of MPlayer</I></B></P>