Lines Matching +full:- +full:- +full:with +full:- +full:gallium +full:- +full:drivers
7 ----- -----
9 Windows drivers are build with SCons. Makefiles or Visual Studio projects are
14 scons libgl-gdi
16 to build gallium based GDI driver.
18 This will work both with MSVS or Mingw.
21 Windows Drivers
22 ------- -------
24 At this time, only the gallium GDI driver is known to work.
26 Source code also exists in the tree for other drivers in
27 src/mesa/drivers/windows, but the status of this code is unknown.
30 ------
32 Building on windows requires several open-source packages. These are
35 - install python 2.7
36 - install scons (latest)
37 - install mingw, flex, and bison
38 - install pywin32 from here: http://www.lfd.uci.edu/~gohlke/pythonlibs
39 get pywin32-218.4.win-amd64-py2.7.exe
40 - install git
41 - download mesa from git
43 - run scons
46 -------
57 Static LIB files are not built. The LIB files that are built with are
58 the linker import files associated with the DLL files.
60 The si-glu sources are used to build the GLU libs. This was done
63 If you have a Windows-related build problem or question, please post
64 to the mesa-dev or mesa-users list.