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

Compilation of project fails on Mac OS & Ubuntu 16.04 #69

Closed astroesteban closed 6 years ago

astroesteban commented 6 years ago

When I attempt to compile the project using sudo make install, I receive a fatal error: 'SFML/Graphics.hpp' file not found

This error happened on both my Mac OS Version 10.13.3 and Ubuntu 16.04.

screen shot 2018-02-04 at 6 59 37 pm

truell20 commented 6 years ago

Thanks for opening this issue!

We haven't updated the install instructions, but you should have the SFML graphics library installed. Our robotic simulator relies on it.

On ubuntu you can install SFML with:

sudo apt-get install libsfml-dev

For more info, visit the SFML site.

astroesteban commented 6 years ago

Great! Thanks for the help!

Sent with GitHawk