diff options
author | Robert Mustacchi <rm@joyent.com> | 2012-06-28 21:32:25 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2012-06-28 21:32:25 +0000 |
commit | 65e5cdfae5da9b776da4b4b1ae374ca85b3255af (patch) | |
tree | 7b5ad9e406e587281fcad69ff16dba0e87c2fefd /README.md | |
parent | 6187dca11173c8c3563b73f90cfb96f3f05afde9 (diff) | |
download | illumos-kvm-65e5cdfae5da9b776da4b4b1ae374ca85b3255af.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |