New things

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@945 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-06-02 14:46:35 +00:00
parent 8c44360605
commit 98ba654846
1 changed files with 16 additions and 1 deletions

View File

@ -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