From c1ec2e6011af9ef5c8df43c5661bf451939654f1 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:54:10 +0200 Subject: [PATCH] [Contributing] Update suggested Ubuntu version --- contributing/development/compiling/compiling_for_linuxbsd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_linuxbsd.rst b/contributing/development/compiling/compiling_for_linuxbsd.rst index 230080047..949f4fc3a 100644 --- a/contributing/development/compiling/compiling_for_linuxbsd.rst +++ b/contributing/development/compiling/compiling_for_linuxbsd.rst @@ -332,7 +332,7 @@ Building export templates .. warning:: Linux binaries usually won't run on distributions that are older than the distribution they were built on. If you wish to distribute binaries that work on most distributions, - you should build them on an old distribution such as Ubuntu 16.04. + you should build them on an old distribution such as Ubuntu 20.04. You can use a virtual machine or a container to set up a suitable build environment.