summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 14:46:35 +0000
committernickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 14:46:35 +0000
commit98ba65484681c0670a2a4e2579d736b0a3604728 (patch)
tree0f3c3546b227bb6772c54454db904ee52850f0eb /DOCS
parent8c443606054cfefda3164ac1df4c2944ac4c376c (diff)
downloadmpv-98ba65484681c0670a2a4e2579d736b0a3604728.tar.bz2
mpv-98ba65484681c0670a2a4e2579d736b0a3604728.tar.xz
New things
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Requirements17
1 files changed, 16 insertions, 1 deletions
diff --git a/DOCS/Requirements b/DOCS/Requirements
index 027f31bf33..612b0af2be 100644
--- a/DOCS/Requirements
+++ b/DOCS/Requirements
@@ -14,7 +14,12 @@ Brief: These utilities deal with object files.
URL: ftp://ftp.gnu.org/pub/gnu/binutils
Checking: as --version
ld --version
-Note: Preferred versions are 2.9.1 or 2.10.1
+Note: Preferred versions are:
+ 2.9.1 - if you interest with MMX only support
+ 2.10.1- if you interest with qualitative support of
+ MMX2, 3dnow, K7, SSE instructions set
+ 2.11 - was tested and works fine with mplayer
+ (supports SSE2, IA64, AMD's x86-64 sets)
GCC
~~~
@@ -32,6 +37,16 @@ URL: ftp://ftp.gnu.org/pub/gnu/glibc
Checking: ls -l /lib/libc[.-]*
Note: Preferred versions are 2.1.3 or 2.2.3
+make
+~~~~
+Brief: Make utility
+URL: ftp://ftp.gnu.org/pub/gnu/make
+Checking: make --version
+Note: Preferred versions are 3.79 and 3.79.1
+ (previous 3.7x versions have memory leaks and can cause
+ problems if your PC has <=32Mb of memory. As rule it's
+ finished by segfault).
+
XFree86
~~~~~~~
Brief: Free port of X11 system on x86 architecture