Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2022-05-19 14:13:20 +02:00
rodzic 61d0833567
commit 6c616be7c9
1 zmienionych plików z 1 dodań i 5 usunięć

@ -6,11 +6,7 @@ If you choose to compile from source it is assumed that the machine on which you
<h2>Instructions for manual build</h2>
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