]> git.lizzy.rs Git - rust.git/commitdiff
mark the minimum supported Linux kernel version
authorDaniel Micay <danielmicay@gmail.com>
Fri, 31 Jan 2014 14:58:00 +0000 (09:58 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 1 Feb 2014 05:43:08 +0000 (21:43 -0800)
This is just taken from the binary itself. It would be nice to mark the
minimum glibc version too, and the corresponding RHEL/CentOS version.

README.md
doc/tutorial.md

index 224593eb9152f9043d2ff4f4a4755e2d8b848e40..6fa264a99d1c17362ffb3ca5b836d7f554caa8d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
 Snapshot binaries are currently built and tested on several platforms:
 
 * Windows (7, 8, Server 2008 R2), x86 only
-* Linux (various distributions), x86 and x86-64
+* Linux (2.6.18 or later, various distributions), x86 and x86-64
 * OSX 10.7 (Lion) or greater, x86 and x86-64
 
 You may find that other platforms work, but these are our officially
index 08ce6e2a69f3a71718a844ab9bfe398d32e49d6f..ff36511a31942d19dddc9fc60f89d00142467c5a 100644 (file)
@@ -73,7 +73,7 @@ from the Internet on our supported platforms.
 Snapshot binaries are currently built and tested on several platforms:
 
 * Windows (7, 8, Server 2008 R2), x86 only
-* Linux (various distributions), x86 and x86-64
+* Linux (2.6.18 or later, various distributions), x86 and x86-64
 * OSX 10.7 (Lion) or greater, x86 and x86-64
 
 You may find that other platforms work, but these are our "tier 1"