Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2025-06-11 14:44:09 +02:00
rodzic c71291b138
commit 47e1b970f0
1 zmienionych plików z 2 dodań i 2 usunięć

@ -6,9 +6,9 @@ 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 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`.