summaryrefslogtreecommitdiff
path: root/docs/vmware-guest.html
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-01-15 13:00:09 -0700
committerBrian Paul <brianp@vmware.com>2013-01-15 13:55:24 -0700
commit133383f77a526537f2bf32705ce391370dcbc84f (patch)
treef367f8bb5f0071033b655d36f2b4d936fbc3ea88 /docs/vmware-guest.html
parent7660529c44b3f6753e9b5636e876a3cd83c8ba51 (diff)
docs: minor updates to VMware guest driver docs
The DRM's --enable-vmwgfx-experimental-api flag isn't needed anymore.
Diffstat (limited to 'docs/vmware-guest.html')
-rw-r--r--docs/vmware-guest.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index 62c8445791c..ac5f03c9c6b 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -98,8 +98,9 @@ Begin by saving your current directory location:
<pre>
git clone git://anongit.freedesktop.org/git/mesa/vmwgfx
</pre>
-
-<li>libdrm, A user-space library that interfaces with drm. Most distros ship with this driver. Safest bet is really to replace the system one. Optionally you can point LIBDRM_CFLAGS and LIBDRM_LIBS to the libdrm-2.4.22 package in toolchain. But here, we replace:
+<li>libdrm, a user-space library that interfaces with drm.
+Most distros ship with this but it's safest to install a newer version.
+To get the latest code from git:
<pre>
git clone git://anongit.freedesktop.org/git/mesa/drm
</pre>
@@ -116,7 +117,7 @@ Begin by saving your current directory location:
<li>Build libdrm: If you're on a 32-bit system, you should skip the --libdir configure option. Note also the comment about toolchain libdrm above.
<pre>
cd $TOP/drm
- ./autogen.sh --prefix=/usr --enable-vmwgfx-experimental-api --libdir=/usr/lib64
+ ./autogen.sh --prefix=/usr --libdir=/usr/lib64
make
sudo make install
</pre>