I am thinking of writing a Cinder Block for Ar Drone. This block is
dependent on Cinder-Asio block for udp communication with the drone, on
Cinder-FFMpeg block to get the video stream, and on Cinder-Gamepad block
to control the drone using gamepads (the latter is optional).
Is there a way as of now to specify these dependencies in the
block Template? How to advise the user to install those dependency
blocks, if they are not available locally, including a specific release?
Thanks.