My OS is Ubuntu. I downloaded the SFML binding to Ada.
However, on this one the way of proceed according to the OS is not described!
Stage by stage, here is what I have done:
1) sudo apt-get install libsfml-dev
2) download the binding here: https://github.com/danva994/ASFML-1.6
As you can see , there is no detailed method of installation anywhere.
Obviously, when i compile the example in their "window" directory, I got an error:
dead-code@Machine:~/Bureau/SFML/ASFML-1.6-master/tests/window$ gnatmake main.adb -I<ASFML-1.6/include> -largs -L<ASFML-1.6/lib> -l<csfml-libs> -l<sfml-libs> -lstdc++
bash: ASFML-1.6/include: Aucun fichier ou dossier de ce type
dead-code@Machine:~/Bureau/SFML/ASFML-1.6-master/tests/window$
It says: "bash: ASFML-1.6/include: no such file or directory"