FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
2 weeks ago
setting a new enviroment for SDK 2.6. i am having this error when executing the script.
ctrlx-automation-sdk/scripts/install-ctrlx-datalayer.sh ctrlx-automation-sdk/deb
any suggestions will be appreciated
Solved! Go to Solution.
2 weeks ago
If you are missing the ctrlx-datalayer-xxx.deb package, you can find it here: https://github.com/boschrexroth/ctrlx-automation-sdk/releases. Be sure to choose the version matching your SDK release.
Note that VS Code plays nice with drag and drop.
2 weeks ago
Thanks. as a reference I needed to create deb folder and manually copy the package.
yesterday
If you place the file manually in the /deb directory, you also have to execute "dpkg-scanpackages -m . >Packages".
This will generate Package information in the folder which is needed by apt. Otherwise creating a snap can fail.