Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/glu.xml

    r34a6571 rc6df39f  
    77  <!ENTITY glu-download-http " ">
    88  <!ENTITY glu-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.xz">
    9   <!ENTITY glu-md5sum        "2b0f13fa5b949bfb3a995927c6e35125">
     9  <!ENTITY glu-md5sum        "151aef599b8259efe9acd599c96ea2a3">
    1010  <!ENTITY glu-size          "428 KB">
    11   <!ENTITY glu-buildsize     "9.2 MB">
     11  <!ENTITY glu-buildsize     "13 MB">
    1212  <!ENTITY glu-time          "0.2 SBU">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3334    </para>
    3435
    35     &lfs110a_checked;
     36    &lfs10_checked;
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9091    </para>
    9192
    92 <screen><userinput>mkdir build &amp;&amp;
    93 cd    build &amp;&amp;
    94 
    95 meson --prefix=$XORG_PREFIX -Dgl_provider=gl --buildtype=release .. &amp;&amp;
    96 ninja</userinput></screen>
     93<screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
     94make</userinput></screen>
    9795
    9896    <para>
     
    104102    </para>
    105103
    106 <screen role="root"><userinput>ninja install &amp;&amp;
    107 rm -vf /usr/lib/libGLU.a</userinput></screen>
     104<screen role="root"><userinput>make install</userinput></screen>
    108105
    109106  </sect2>
    110107
    111   <!--
    112108  <sect2 role="commands">
    113109    <title>Command Explanations</title>
     
    117113
    118114  </sect2>
    119   -->
    120115
    121116  <sect2 role="content">
     
    150145          <para>
    151146            is the <application>Mesa</application> OpenGL
    152             Utility library
     147            Utility library.
    153148          </para>
    154149          <indexterm zone="glu libGLU">
Note: See TracChangeset for help on using the changeset viewer.