Lines Matching full:building
20 <li><a href="#prereq-general">Prerequisites for building</a>
25 <li><a href="#autoconf">Building with autoconf (Linux/Unix/X11)</a>
26 <li><a href="#scons">Building with SCons (Windows/Linux)</a>
27 <li><a href="#android">Building with AOSP (Android)</a>
29 <li><a href="#pkg-config">Building OpenGL programs with pkg-config</a>
33 <h1 id="prereq-general">1. Prerequisites for building</h1>
42 <li>Autoconf is required when building on *nix platforms.
43 <li><a href="http://www.scons.org/">SCons</a> is required for building on
46 <li>Android Build system when building as native Android component. Autoconf
47 is used when when building ARC.
60 <li>Microsoft Visual Studio 2013 Update 4 or later is required, for building on Windows.
67 <strong>Note</strong>: These should not be required, when building from a release tarball. If
80 <li>lex / yacc - for building the Mesa IR and GLSL compiler.
115 <h1 id="autoconf">2. Building with autoconf (Linux/Unix/X11)</h1>
136 <h1 id="scons">3. Building with SCons (Windows/Linux)</h1>
172 <h1 id="android">4. Building with AOSP (Android)</h1>
229 <h1 id="pkg-config">6. Building OpenGL programs with pkg-config</h1>