Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xydan83 committed Feb 1, 2024
1 parent c950bc3 commit cc08913
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Conan dependencies:

To build the environment, you can use the **install-build-deps.sh** script if you are working on Ubuntu 20 (Focal Fossa)
or 22 (Jammy Jellyfish) version or add your version to the following part of the code:

```bash
case "${VERSION}" in
*Focal* | *Jammy*) # <-- Here
Expand Down Expand Up @@ -115,6 +116,16 @@ You can change the above settings in your project file (for example in CMakeList
building via submodules or using variables `cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON ..` when building
via the command line.
### To pass tests
Since the tests try to cover the maximum number of different options for using the library, the tests are designed to
build the Open62541 library with the maximum number of zero node space types.
If you want to run tests, you must first build and install the Open62541 library with the following parameter:
```shell
-DUA_NAMESPACE_ZERO=FULL
```
## Examples
There are two example projects on how to use the library:
Expand Down

0 comments on commit cc08913

Please sign in to comment.