From 4658bcee7be70c0890bfab8528f7e2caa6ccb4be Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Fri, 4 Jun 2021 18:47:35 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 66484c4..8b505dc 100644 --- a/Home.md +++ b/Home.md @@ -18,7 +18,7 @@ Therefore I ask you (as a User or Collaborator) to take the role of first level

Reporting compilation issues

-[Compilation instructions](https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux) are given in a particular reference context: Ubuntu 20.10 with prerequisites installed. See in the compilation instructions why 20.10 is preferred over 20.04 LTS. It is very unlikely that problems occurring in this context will reach the master branch. However as this is source code I (as the Maintainer) cannot prevent you (as the User or Collaborator) from trying to compile it in a different context. However in this case you must show evidence that something is wrong in the code. Throwing out the compiler output is clearly not sufficient. +[Compilation instructions](https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux) are given in a particular reference context: Ubuntu 21.04 with prerequisites installed. See in the compilation instructions why 21.04 is preferred over 20.04 LTS. It is very unlikely that problems occurring in this context will reach the master branch. However as this is source code I (as the Maintainer) cannot prevent you (as the User or Collaborator) from trying to compile it in a different context. However in this case you must show evidence that something is wrong in the code. Throwing out the compiler output is clearly not sufficient.

Reporting run time issues

@@ -26,8 +26,9 @@ An SDR application is complex having close interaction with hardware devices mos

Reference environments

-This corresponds to the environments for which the artifacts are built. There are just two of them: - - Linux Ubuntu 20.10 +This corresponds to the refernce development environment and environments for which the artifacts are built: + - Linux Ubuntu 21.04 + - Linux Ubuntu 20.04 - Windows 10

Snap and Flatpak