Re: how to install mesa on Windows?
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On 05/19/2014 12:12 AM, Heng Zhou wrote: > I downloaded and uncompressed mesa and read the webpage > http://www.mesa3d.org/install.html > <https://urldefense.proofpoint.com/v1/url?u=http://www.mesa3d.org/install.html&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=lGQMzzTgII0I7jefp2FHq7WtZ%2BTLs8wadB%2BiIj9xpBY%3D%0A&m=pEDWTmB1z5qzoL%2F8xw8xQwJc9EVtlFvt6NV97iG4s8Q%3D%0A&s=14872bc7a413354b991f8459ac470c3acaaac6dd2a41f29e552a4ae688741af8>, > but I just don't understand what it is saying. To install mesa on > Windows, the webpage says to run > > scons > > , but scons is only a subdir in the mesa package, how to run it? You'll need to install the scons program (google for it). You'll also need python and lex/yacc (see the Prerequisites section at the top of the page). I need to add scons to that list. -Brian