X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Finstall.html;h=8b349c40b9da23b7d2433cbe636b0405675f8528;hb=d00a239b288c5df7003f30ac80d156e70f27acf7;hp=c756c2fcd619033d0cd00be8dde0a7e975cb3979;hpb=b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c;p=mesa.git diff --git a/docs/install.html b/docs/install.html index c756c2fcd61..8b349c40b9d 100644 --- a/docs/install.html +++ b/docs/install.html @@ -7,6 +7,13 @@ +
+

The Mesa 3D Graphics Library

+
+ + +
+

Compiling and Installing

    @@ -27,20 +34,32 @@

    1.1 General

    @@ -52,10 +71,9 @@ The following are required for DRI-based hardware acceleration with Mesa:

    @@ -66,7 +84,7 @@ the needed dependencies:
       sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
       gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
    -  expat-devel llvm-devel
    +  expat-devel llvm-devel python-mako
     
    @@ -111,14 +129,13 @@ by -debug for debug builds. To build Mesa with SCons for Windows on Linux using the MinGW crosscompiler toolchain do

    -    scons platform=windows toolchain=crossmingw machine=x86 mesagdi libgl-gdi
    +    scons platform=windows toolchain=crossmingw machine=x86 libgl-gdi
     

    This will create:

    Put them all in the same directory to test them. @@ -169,7 +186,6 @@ If you built the DRI hardware drivers, you'll also see the DRI drivers: -rwxr-xr-x 1 brian users 16895413 Jul 21 12:11 i915_dri.so -rwxr-xr-x 1 brian users 16895413 Jul 21 12:11 i965_dri.so -rwxr-xr-x 1 brian users 11849858 Jul 21 12:12 r200_dri.so --rwxr-xr-x 1 brian users 16050488 Jul 21 12:11 r300_dri.so -rwxr-xr-x 1 brian users 11757388 Jul 21 12:12 radeon_dri.so @@ -200,6 +216,6 @@ For example, compiling and linking a GLUT application can be done with:
    - +