Home aktualisiert
12
Home.md
12
Home.md
@@ -32,7 +32,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON\
|
|||||||
|
|
||||||
3_ Compile and install\
|
3_ Compile and install\
|
||||||
[\
|
[\
|
||||||
make -j$(nproc)
|
make -j$(nproc)\
|
||||||
sudo make install\
|
sudo make install\
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -40,21 +40,29 @@ Now the repository can be applied.
|
|||||||
|
|
||||||
## 1. Checkout from repo:
|
## 1. Checkout from repo:
|
||||||
On your local machine create a fresh folder and execute following commands, e.g.
|
On your local machine create a fresh folder and execute following commands, e.g.
|
||||||
|
[
|
||||||
mkdir fresh && cd fresh
|
mkdir fresh && cd fresh
|
||||||
git clone https://gitlab.2030net.de/G_Admin/BinderBeispielRegler.git
|
git clone https://gitlab.2030net.de/G_Admin/BinderBeispielRegler.git
|
||||||
|
]
|
||||||
|
|
||||||
## 2. localbuild.sh builds everything on a local machine .... after
|
## 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:
|
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
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
|
||||||
|
]
|
||||||
|
|
||||||
## 3. Build application and controller library, type on your linux console/terminal:
|
## 3. Build application and controller library, type on your linux console/terminal:
|
||||||
|
[
|
||||||
cd BinderBeispielRegler
|
cd BinderBeispielRegler
|
||||||
./localbuild.sh
|
./localbuild.sh
|
||||||
|
]
|
||||||
|
|
||||||
## 4. Run the application
|
## 4. Run the application
|
||||||
|
[
|
||||||
build/app/app
|
build/app/app
|
||||||
|
]
|
||||||
- a live message is showing up
|
- a live message is showing up
|
||||||
|
|
||||||
## 5. Stop the application
|
## 5. Stop the application
|
||||||
@@ -62,6 +70,8 @@ Now the repository can be applied.
|
|||||||
|
|
||||||
## 6. Test
|
## 6. Test
|
||||||
Just type
|
Just type
|
||||||
|
[
|
||||||
tests/tests
|
tests/tests
|
||||||
|
]
|
||||||
- some dummy tests are executed for a start, 'results' are showing up
|
- some dummy tests are executed for a start, 'results' are showing up
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user