From c5982a7d093be538b48ce0d166b15a972e9fcdaf Mon Sep 17 00:00:00 2001 From: G_Admin Date: Mon, 30 Mar 2026 16:02:14 +0200 Subject: [PATCH] Home aktualisiert --- Home.md | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/Home.md b/Home.md index a8f63b9..b6acab0 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,32 @@ Willkommen im Wiki. -Quick info +# Quick info + on the very beginning of developing the _control-algrorithm_ -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 +## 1. Checkout from repo: + On your local machine create a fresh folder and execute following commands + mkdir fresh && cd fresh + git clone https://gitlab.2030net.de/G_Admin/BinderBeispielRegler.git + +## 2. localbuild.sh builds everything on a local machine .... after -- setup of Qt6's installation path: +- 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 \ No newline at end of file +## 3. Build application an controller library, type on your linux console/terminal: + cd BinderBeispielRegler + ./localbuild.sh + +## 4. Run the application + build/app/app + - a live message is showing up + +## 5. Stop the application + - hit any key on the keyboard + +## 6. Test + Just type + tests/tests + - some dummy tests are executed, results are showing up +