Requirements : 
Qt6 tool kit (>=6.5.3 recomended)

To compile and install texmaker :
checking the "options" in CMakeList.txt
cmake . or cmake -DCMAKE_PREFIX_PATH=PathToQt6 .
cmake --build . or make
(sudo) cmake --install . or make install

