diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,12 +16,14 @@ A C++ library that wraps [Qt OPC UA](https://doc.qt.io/qt-6/qtopcua-index.html) git clone --recurse-submodules https://github.com/user/BobinkQtOpcUa.git cd BobinkQtOpcUa -qt-cmake -S . -B build -G Ninja +qt-cmake -S . -B build/Debug -G Ninja -DCMAKE_BUILD_TYPE=Debug qt-cmake --build build --parallel ``` The first configure automatically builds the bundled dependencies (open62541 and QtOpcUa) from git submodules under `deps/`. Subsequent builds skip this step. +QtCreator can also be used to configure, build and run the project. + ### Run the demo ```bash |
