FidoProject / Fido

A lightweight C++ machine learning library for embedded electronics and robotics.
http://fidoproject.github.io/
MIT License
439 stars 81 forks source link

Compiling with SFML throws errors on Travis #23

Closed hmwildermuth closed 8 years ago

hmwildermuth commented 8 years ago

In this travis build, the SFML option is enabled, but the build fails.
https://travis-ci.org/FidoProject/Fido/jobs/117522028#L192
Maybe its something on the Travis side, maybe not. At least fix the .travis.yml file.

truell20 commented 8 years ago

This was fixed in @FlyingGraysons's pull request. He fixed the way he installed sfml.