Closed astroesteban closed 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.
Great! Thanks for the help!
Sent with GitHawk
When I attempt to compile the project using
sudo make install
, I receive a fatal error: 'SFML/Graphics.hpp' file not foundThis error happened on both my Mac OS Version 10.13.3 and Ubuntu 16.04.