summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorJames Laverack <james@jameslaverack.com>2014-05-05 03:03:00 +0100
committerJames Laverack <james@jameslaverack.com>2014-05-05 03:03:00 +0100
commit72f478f0e8262903d5c5c439a648d1b0e40e3ddb (patch)
tree6ecf2f85d0260f6635b9566e4bf891452a97433e /src/doc/tutorial.md
parentb0977b1e0f7ba53b6301e2d5f7b26dd2d9c72fbf (diff)
downloadrust-72f478f0e8262903d5c5c439a648d1b0e40e3ddb.tar.gz
rust-72f478f0e8262903d5c5c439a648d1b0e40e3ddb.zip
Update minimum g++ version in documentation
Version changed due to a newer requirement in LLVM.
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index 6abfa21962f..f14b7833800 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -90,7 +90,7 @@ supported build environments that are most likely to work.
 To build from source you will also need the following prerequisite
 packages:
 
-* g++ 4.4 or clang++ 3.x
+* g++ 4.7 or clang++ 3.x
 * python 2.6 or later (but not 3.x)
 * perl 5.0 or later
 * gnu make 3.81 or later