From 6c616be7c9b5f00298b17b5ce8b452c93d8411b2 Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Thu, 19 May 2022 14:13:20 +0200 Subject: [PATCH] Updated Compile from source in Linux (markdown) --- Compile-from-source-in-Linux.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index b5cd559..1ead525 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -6,11 +6,7 @@ If you choose to compile from source it is assumed that the machine on which you

Instructions for manual build

-Compiling from source is assumed to be done in a Linux system with an Ubuntu 21.10 distribution (originally 20.10 was required). 21.10 is preferred over the 20.04 LTS because it solves 2 nasty bugs: -* [#615](https://github.com/f4exb/sdrangel/issues/615): resolved by Qt 5.14.2 (now Qt 5.15.2) -* [#600](https://github.com/f4exb/sdrangel/issues/600): resolved by kernel 5.8 (now 5.11) - -Be aware that if you choose a different distribution with earlier versions these bugs may re-appear. Compilation instructions are not different from 20.04. +Compiling from source is assumed to be done in a Linux system with an Ubuntu 22.04 distribution. The minimal standard required for the C++ compiler is c++14