Home hinzugefügt

2026-03-30 15:48:41 +02:00
commit 759e7d64eb

14
Home.md Normal file

@@ -0,0 +1,14 @@
Willkommen im Wiki.
Quick info
1. Checkout from repo:
On your local machine create a fresh folder and cd into it
e.g. mkdir fresh & cd fresh
3. localbuild.sh builds everything on a local machine .... after
- setup of Qt6's installation path:
Open localbuild.sh and adapt yout local Qt6 version ( path ) in line 7:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
2. type ./localbat.sh on your linux console/terminal