Xen 4.3 Release Notes: Difference between revisions
From Xen
Jump to navigationJump to search
(Created page with "= Overview = Xen 4.3.0 is under development. = New Features = = Build Requirements = The default installation prefix has been changed to <tt>/usr/local</tt>. Previously the de…") |
Lars.kurth (talk | contribs) (Added categories) |
||
Line 11: | Line 11: | ||
= Known issues = |
= Known issues = |
||
[[Category:Xen]] [[Category:Xen 4.3]] [[Category:Release Notes]] [[Category:Users]] |
Revision as of 03:47, 25 January 2013
Overview
Xen 4.3.0 is under development.
New Features
Build Requirements
The default installation prefix has been changed to /usr/local. Previously the default installation prefix was /usr To restore the previous behaviour, specify --prefix=/usr when running ./configure, e.g.:
$ ./configure --prefix=/usr