Re: instructions for installing mesa on Windows
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On 06/16/2013 10:44 AM, Bill York wrote: > After a bit of poking around, I got mesa to build on win64. Once I get my steps documented, I will post them to this group so others can see. > > Meanwhile, the steps for installing the DLLs from this page seem out of date. > > http://www.mesa3d.org/README.WIN32 Yeah, there hasn't been a lot of Windows support going on. I'd love to have someone step up and do that. > > In particular, glu32.dll is no longer there. Is there are new DLL I should install to my bin directory? The GLU library is in its own git repo now (it was split out of Mesa's tree a couple years ago, IIRC). Source tarballs are here: ftp://ftp.freedesktop.org/pub/mesa/glu/ Unfortunately, there's no scons support for Windows builds. -Brian