changeset 944:0f8fe938f56b

New things
author nickols_k
date Sat, 02 Jun 2001 14:46:35 +0000
parents aaab0156b84c
children c91a1f3b4d59
files DOCS/Requirements
diffstat 1 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Requirements	Sat Jun 02 14:13:20 2001 +0000
+++ b/DOCS/Requirements	Sat Jun 02 14:46:35 2001 +0000
@@ -14,7 +14,12 @@
 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 @@
 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