From 47e1b970f0c3928f1b56e1cb402193964e22b70c Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Wed, 11 Jun 2025 14:44:09 +0200 Subject: [PATCH] Updated Compile from source in Linux (markdown) --- Compile-from-source-in-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index 229dbe7..98172ad 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -6,9 +6,9 @@ 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 22.04 distribution (thus Qt 5.15). +Compiling from source is assumed to be done in a Linux system with an Ubuntu 24.04 distribution (thus Qt 5.15). -The minimal standard required for the C++ compiler is c++14 +The minimal standard required for the C++ compiler is c++17 Be aware that it will try to apply the highest SIMD capabilities available on your CPU i.e. AVX2 > AVX > SSE4 ... So for best results make sure you run the program on the computer on which you compile or you are using the compiled binaries on a computer with similar SIMD capabilities (check the CPU flags with `cat /proc/cpuinfo`). The typical issue encountered when running hardware is not compatible is a SIGILL exception with a message like `Program received signal SIGILL, Illegal instruction`.