diff options
author | marha <marha@users.sourceforge.net> | 2013-01-16 08:45:43 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-16 08:45:43 +0100 |
commit | b8219a4680768e14b7fe4930adf86e9be261b31f (patch) | |
tree | 193855ef8d48765d67cc11153a15e3c1e2568e50 /mesalib/docs | |
parent | 15cdb95b194cb051a5d469cc9eb73eb0eed4db41 (diff) | |
parent | 811d1bcf6d61ea49551abdd7f2294c5af2776913 (diff) | |
download | vcxsrv-b8219a4680768e14b7fe4930adf86e9be261b31f.tar.gz vcxsrv-b8219a4680768e14b7fe4930adf86e9be261b31f.tar.bz2 vcxsrv-b8219a4680768e14b7fe4930adf86e9be261b31f.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
Switched to xcalc-1.0.5
Switched to bdftopcf-1.0.4
libxtrans fontconfig glproto libX11 libXau libXext libXft libXinerama libXmu libfontenc mesa xkeyboard-config
Diffstat (limited to 'mesalib/docs')
-rw-r--r-- | mesalib/docs/vmware-guest.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mesalib/docs/vmware-guest.html b/mesalib/docs/vmware-guest.html index 62c844579..ac5f03c9c 100644 --- a/mesalib/docs/vmware-guest.html +++ b/mesalib/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> |