From: Brian Paul Date: Tue, 15 Jan 2013 20:00:09 +0000 (-0700) Subject: docs: minor updates to VMware guest driver docs X-Git-Tag: mesa-9.1-rc1~355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=133383f77a526537f2bf32705ce391370dcbc84f;p=platform%2Fupstream%2Fmesa.git docs: minor updates to VMware guest driver docs The DRM's --enable-vmwgfx-experimental-api flag isn't needed anymore. --- diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index 62c8445..ac5f03c 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -98,8 +98,9 @@ Begin by saving your current directory location:
   git clone git://anongit.freedesktop.org/git/mesa/vmwgfx
   
- -
  • 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: +
  • 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:
       git clone git://anongit.freedesktop.org/git/mesa/drm
       
    @@ -116,7 +117,7 @@ Begin by saving your current directory location:
  • 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.
       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