aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 3aa7954fe90..36d229ff419 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -7,19 +7,6 @@ Compiling and Installing
meson
-#. `Prerequisites for building <#prereq-general>`__
-
- - `General prerequisites <#prereq-general>`__
- - `For DRI and hardware acceleration <#prereq-dri>`__
-
-#. `Building with meson <#meson>`__
-#. `Building with SCons (Windows/Linux) <#scons>`__
-#. `Building with AOSP (Android) <#android>`__
-#. `Library Information <#libs>`__
-#. `Building OpenGL programs with pkg-config <#pkg-config>`__
-
-.. _prereq-general:
-
1. Prerequisites for building
-----------------------------
@@ -73,8 +60,6 @@ Third party/extra tools.
Some versions can be buggy (eg. flex 2.6.2) so do try others
if things fail.
-.. _prereq-dri:
-
1.2 Requirements
~~~~~~~~~~~~~~~~
@@ -93,8 +78,6 @@ on the packaging tool used by your distro.
apt-get build-dep mesa # Debian and derivatives
... # others
-.. _meson:
-
2. Building with meson
----------------------
@@ -122,8 +105,6 @@ On windows you can also use the visual studio backend
Please read the `detailed meson instructions <meson.html>`__ for more
information
-.. _scons:
-
3. Building with SCons (Windows/Linux)
--------------------------------------
@@ -154,8 +135,6 @@ This will create:
Put them all in the same directory to test them. Additional information
is available in `README.WIN32 <README.WIN32>`__.
-.. _android:
-
4. Building with AOSP (Android)
-------------------------------
@@ -169,8 +148,6 @@ the libGLES_mesa library.
FINISHME: Improve on the instructions add references to Rob H
repos/Jenkins, Android-x86 and/or other resources.
-.. _libs:
-
5. Library Information
----------------------
@@ -202,8 +179,6 @@ If you built the DRI hardware drivers, you'll also see the DRI drivers:
If you built with Gallium support, look in lib/gallium/ for
Gallium-based versions of libGL and device drivers.
-.. _pkg-config:
-
6. Building OpenGL programs with pkg-config
-------------------------------------------