automated wcc installtion #1346
-
i wanted to installed wcc in docker but this is not working i cant find wcc in /usr/bin/watcom/binl can someone help indentify what flag to pass for non-interactive install of 16-bit compiler |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have a project https://github.com/open-watcom/setup-watcom to install Open Watcom for use with CI build, but it is not what you are searching.
|
Beta Was this translation helpful? Give feedback.
We have a project https://github.com/open-watcom/setup-watcom to install Open Watcom for use with CI build, but it is not what you are searching.
Generaly more suitable for automation is to use OW binary snapshot instead of installer image even if both contains same image. Installers are suitable for interactive installation and snapshot for automatic installation.
snapshot is available for any build that no problem with availability the download image for Current-build is https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/owsnapshot.tar.xz.
it is simple tar archive that contains also executable attribute setup if it is used on *NIX systems.
simply restore it to…