We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb79f7 commit 81df3f9Copy full SHA for 81df3f9
README.md
@@ -11,7 +11,7 @@ https://github.com/Pro/opcua-modeling-tutorial/
11
Currently this is tested on Linux, but should also work on other platforms.
12
13
1. Install open62541 as mentioned here: https://open62541.org/doc/current/installing.html
14
-1. Clone this repo: `git clone https://github.com/Pro/opcua-modeling-tutorial-server`
+1. Clone this repo: `git clone --recurse-submodules https://github.com/Pro/opcua-modeling-tutorial-server`
15
1. `cd opcua-modeling-tutorial-server && mkdir build && cd build`
16
1. `cmake ..`
17
1. `make -j`
0 commit comments