summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2012-06-28 21:32:25 +0000
committerRobert Mustacchi <rm@joyent.com>2012-06-28 21:32:25 +0000
commit65e5cdfae5da9b776da4b4b1ae374ca85b3255af (patch)
tree7b5ad9e406e587281fcad69ff16dba0e87c2fefd /README.md
parent6187dca11173c8c3563b73f90cfb96f3f05afde9 (diff)
downloadillumos-kvm-65e5cdfae5da9b776da4b4b1ae374ca85b3255af.tar.gz
HVM-732 README refers to wrong gcc version2012071220120528
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index edd3fe8..c5feb4a 100644
--- a/README.md
+++ b/README.md
@@ -63,9 +63,9 @@ directory to point to the root of a checked out and built illumos directory.
Building illumos KVM requires several recent additions to illumos,
so be sure your illumos is up to date.
-Verify that gcc is installed and the version you'd like to use is in your path.
-Note that this has only been tested against the SFW version of gcc -- version
-3.4.
+Verify that you have gcc 4.4.4 installed that is used to build illumos.
+If you are not building this with SmartOS, you may need to modify the
+Makefile such that CC is pointing to the correct gcc.
Verify that you either have SUNWmake or GNU make installed.