16 lines
355 B
Markdown
16 lines
355 B
Markdown
# wrap7
|
|
|
|
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!
|