Hi, yes, sorry.
i am using windows 7 with SP1 , 64bit
version of SFML was 2.5.1 as in the readme file
also using the mingw32 as in the readme file
as for the code editor i use visual studio code - i dont see any number of version but i downloaded it from this link:
https://code.visualstudio.com/as for compiler i use the VS Code terminal with git bash installed, although i am not sure this is the answer you ask for.
In general i followed all the readme files.
Also i tried installing it for python via setup.py . in the license file:: PySFML - Python bindings for SFML
Copyright (c) 2012-2017, Jonathan De Wachter <dewachter.jonathan@gmail.com>
and it returns me this error:
$ python setup.py install
running install
running bdist_egg
running egg_info
writing src\pySFML.egg-info\PKG-INFO
writing dependency_links to src\pySFML.egg-info\dependency_links.txt
E:\Visual Studio\VC\Tools\MSVC\14.26.28801\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DSFML_STATIC=1 -Iinclude\Includes -IC:\Users\PC\AppData\Local\Programs\Python\Python38-32\include -IC:\Users\PC\AppData\Local\Programs\Python\Python38-32\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include -IC:\_code\libs\SFML-2.5.0\include -Ibuild\temp.win32-3.8\Release\include "-IE:\Visual Studio\VC\Tools\MSVC\14.26.28801\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows
Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /EHsc /Tpsrc\sfml\system\system.cpp /Fobuild\temp.win32-3.8\Release\src\sfml\system\system.obj
system.cpp
src\sfml\system\system.cpp(629): fatal error C1083: Cannot open include file: 'SFML/System.hpp': No such file or directory
error: command 'E:\\Visual Studio\\VC\\Tools\\MSVC\\14.26.28801\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
i need this library for a coding tutorial, have been fighting it for about 5 hours yesterday and i`m a bit lost right now.