X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Finstall.rst;h=bac818b2d8fb653797ee74e6bfa1a77afcb193b8;hb=cff418cc4caba78117986a31ce3852f2c137a95b;hp=3aa7954fe90c1ff8bf5dc52201924a7118043f2d;hpb=bf3f0f7a82e44e8a7c34afa6b56cc620619083ee;p=mesa.git diff --git a/docs/install.rst b/docs/install.rst index 3aa7954fe90..bac818b2d8f 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 ---------------------- @@ -119,11 +102,9 @@ On windows you can also use the visual studio backend cd builddir msbuild mesa.sln /m -Please read the `detailed meson instructions `__ for more +Please read the :doc:`detailed meson instructions ` 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 `__. -.. _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 -------------------------------------------