aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-04-18 12:57:44 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit14f2a81b6f66e076318472a632b749e98d86f8d6 (patch)
treeedac11c6207713e625d2038b962a802a761c8bd3 /docs/install.rst
parentd6be994ef8ed6e81dc069a5cc3c8604619cc9d56 (diff)
downloadexternal_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.tar.gz
external_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.tar.bz2
external_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.zip
docs: drop open-coded toc for articles
Sphinx already provides a proper table-of-contents, so we don't need to roll our own. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
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
-------------------------------------------