From fa0dcaaae02fdd024adef8c1ee4c04153846fc9b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 30 Sep 2019 19:11:22 +0100 Subject: [PATCH] docs/install: drop autotools references 19.3 will be the 3rd release without autotools, people know it's gone by now. Reviewed-by: Dylan Baker --- docs/install.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/install.html b/docs/install.html index 61d2e66..4e3d0e4 100644 --- a/docs/install.html +++ b/docs/install.html @@ -23,7 +23,6 @@
  • For DRI and hardware acceleration
  • Building with meson -
  • Building with autoconf (Linux/Unix/X11)
  • Building with SCons (Windows/Linux)
  • Building with AOSP (Android)
  • Library Information @@ -39,7 +38,6 @@
    • meson is required when building on *nix platforms. -
    • Autoconf was removed in 19.1.0, use meson instead
    • SCons is required for building on Windows and optional for Linux (it's an alternative to meson.)
    • @@ -128,15 +126,9 @@ Please read the detailed meson instructions for more information

      -

      3. Building with autoconf (Linux/Unix/X11)

      - -

      - Autoconf support was removed in Mesa 19.1.0. Please use meson instead. -

      - -

      4. Building with SCons (Windows/Linux)

      +

      3. Building with SCons (Windows/Linux)

      To build Mesa with SCons on Linux or Windows do @@ -172,7 +164,7 @@ Additional information is available in README.WIN32. -

      5. Building with AOSP (Android)

      +

      4. Building with AOSP (Android)

      Currently one can build Mesa for Android as part of the AOSP project, yet @@ -191,7 +183,7 @@ Android-x86 and/or other resources.

      -

      6. Library Information

      +

      5. Library Information

      When compilation has finished, look in the top-level lib/ @@ -228,7 +220,7 @@ versions of libGL and device drivers.

      -

      7. Building OpenGL programs with pkg-config

      +

      6. Building OpenGL programs with pkg-config

      Running ninja install will install package configuration files -- 2.7.4