You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tingbot apps will require system-level software to be installed, via apt or dpkg. While it's possible to write this into the program itself, it would be neater to design a declarative format (similar to requirements.txt) for this purpose.
Design goals
Simple to write
Declarative format - it should be possible to quickly check for the presence of packages on the system, to avoid a slow apt-get update call on app launch
The text was updated successfully, but these errors were encountered:
joerick
changed the title
tbtool: Support installing apt dependencies in the tingapp format
tbtool: Support installing apt dependencies in the tingapp bundle
Sep 6, 2016
My bbcradio tingbot app uses mpg123. Would be great to be able to specify this as a dependency.
It also requires some re-configuration to make it play out of USB speakers.
Might be better to detect or provide an user-option to choose an output device, but wanted to avoid making the code too complex.
Some tingbot apps will require system-level software to be installed, via
apt
ordpkg
. While it's possible to write this into the program itself, it would be neater to design a declarative format (similar to requirements.txt) for this purpose.Design goals
apt-get update
call on app launchThe text was updated successfully, but these errors were encountered: