2023-11-02 08:56:13 +01:00
|
|
|
# wrap7
|
|
|
|
|
2023-11-02 09:17:47 +01:00
|
|
|
Go-Wrapper for Snap7
|
|
|
|
|
|
|
|
When using as go module it is necessary to first enter vendor directory
|
|
|
|
|
|
|
|
"cd vendor/git.archium.org/archium_public/wrap7"
|
|
|
|
|
|
|
|
and execute Makefile as root:
|
|
|
|
|
|
|
|
"sudo make"
|
|
|
|
|
|
|
|
to download and install snap7-full-1.4.2.
|
|
|
|
|
|
|
|
Be aware to edit Makefile to your system requirements! And consider better to install Snap7 in the /usr/lib tree!
|