I can't build the Snapshot
I put the "SFML" folder from the "include" folder of the latest sfml2 release from github into the "PySFML 2-0.0.1" Folder and set USE_CYTHON to False.
Then I opened the command line and typed "python setup.py build_ext --inplace". But I get the following output:
running build_ext
building 'sf' extension
creating build
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /
W3 /GS- /DNDEBUG -IC:\Development\Python27\include -IC:\Development\Python27\PC
/Tpsf.cpp /Fobuild\temp.win32-2.7\Release\sf.obj
sf.cpp
c:\users\niklas\desktop\pysfml 2-0.0.1\SFML/Graphics.hpp(32) : fatal error C1083
: Datei (Include) kann nicht geöffnet werden: "SFML/Window.hpp": No such file or
directory
error: command '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe"' f
ailed with exit status 2
Sorry, that's German, but I think you'll understand it
Please, tell me what I did wrong!