Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Windows 10 #108

Open
Psoke opened this issue Apr 15, 2021 · 0 comments
Open

Installation on Windows 10 #108

Psoke opened this issue Apr 15, 2021 · 0 comments

Comments

@Psoke
Copy link

Psoke commented Apr 15, 2021

I could not find a suitable tutorial on how to install this on Windows 10.

Install winpython https://winpython.github.io/  check!
Use pip to install opcua-modeler: pip install opcua-modeler check!
Run via the script pip created: YOUR_INSTALL_PATH\Python\Python35Python\Python35-32\Scripts\opcua-modeler.exe check! 

But the console closes instantly. It states that to "use the open62541 backend, open65241.so must be available as well as the its python wrapper". I installed open62541 using the shared libs option and amalgamation off. But on Windows I do not have a open62541.so rather than open62541.lib/.dll. The installation of the python wrapper is briefly explained here.

$ git clone https://github.com/open62541/open62541.git
$ cd open6541
$ git checkout 0.3
$ git submodule update
$ mkdir build
$ cd build
$ cmake -DBUILD_SHARED_LIBS=ON -DUA_ENABLE_FULL_NS0=ON ..
$ make

Pretty much did that, just with cmake gui and Visual Studio. I did not use the git checkout 0.3 while cloning, is this important?

Could somebody explain me the rest and how it is used for the opcua-modeler?
thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant