aalex / toonloop

Live animation software
http://www.toonloop.com
GNU General Public License v3.0
22 stars 7 forks source link

Error in looking for gstreamer-interfaces-0.10 #18

Open vongomben opened 8 years ago

vongomben commented 8 years ago

Hi Toonloop! I'm running Ubuntu 15.10 and my configure process stops at

checking for GST... no
configure: error: Package requirements (gstreamer-0.10 >= 0.10.0 gstreamer-interfaces-0.10 >= 0.10.19) were not met:

No package 'gstreamer-interfaces-0.10' found

Any help or known issues in this process?

vongomben commented 8 years ago

solved by following this link and running: apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

aalex commented 8 years ago

You should compile the develop branch, not the master branch. I should do a release soon, so that users can benefit from my new improvements.