Add information in Readme.md

parent 1683c574
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
## Prerequisites ## Prerequisites
### Installing Beremiz
Run beremiz_install.sh file under Init folder
### Installing open62541 ### Installing open62541
$ git clone https://github.com/open62541/open62541.git
$ cd open62541/ Run open62541_install.sh file under Init folder
$ git submodule update --init --recursive
$ mkdir build && cd build
$ cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_NAMESPACE_ZERO=FULL -DUA_ENABLE_AMALGAMATION=ON ..
$ make
$ sudo make install
### Copy the open62541.h and open62541.c ### Copy the open62541.h and open62541.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment