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\
|
||||
[\
|
||||
make -j$(nproc)
|
||||
make -j$(nproc)\
|
||||
sudo make install\
|
||||
]
|
||||
|
||||
@@ -40,21 +40,29 @@ Now the repository can be applied.
|
||||
|
||||
## 1. Checkout from repo:
|
||||
On your local machine create a fresh folder and execute following commands, e.g.
|
||||
[
|
||||
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:
|
||||
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
|
||||
]
|
||||
|
||||
## 3. Build application and 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
|
||||
@@ -62,6 +70,8 @@ Now the repository can be applied.
|
||||
|
||||
## 6. Test
|
||||
Just type
|
||||
[
|
||||
tests/tests
|
||||
]
|
||||
- some dummy tests are executed for a start, 'results' are showing up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user