INSTALL, meson: remove references to autotools and warning.

This commit is contained in:
Jehan 2023-05-27 00:33:17 +02:00
parent 3da0cdc03d
commit ebe63c215f
2 changed files with 0 additions and 18 deletions

View File

@ -211,14 +211,6 @@ help in that regard:
17. Configure GIMP by running `meson _build`. You may want to pass some
options to it, see below.
Note that we now recommend officially to build GIMP with `meson`
instead of `autotools` (`configure` script, make, etc.).
The autotools build scripts are left alive a bit longer in the git
repository , so that we can revert the recommendation in case big
regressions were discovered.
So if you encounter issues with the meson build, now is the time to
report them!
18. Build GIMP by running `ninja -C _build'.
19. Install GIMP by running `ninja -C _build install'. In order to

View File

@ -2016,13 +2016,3 @@ if warnings.length() > 0
warning(warning)
endforeach
endif
if not platform_windows
warning('''
MESON BUILD IS IN EXTENSIVE TESTING PHASE!
we now encourage usage of meson for packagers.
Please build GIMP with meson and report bugs.
''')
endif