0 Members and 1 Guest are viewing this topic.
what are the plans for a release 2.3?
Or can you update the 2.2? release to work with the SFML master build?
Since I use the bindings also on linux, what are the plans for a release 2.3?
git clone https://github.com/SFML/SFML.gitcd SFMLcmake .make installcd ..git clone https://github.com/SFML/CSFML.gitcd CSFMLcmake .make install
There are nightly builds, but I don't know if they are recent enough.
Quote from: s.baus on March 20, 2015, 03:21:23 pmSince I use the bindings also on linux, what are the plans for a release 2.3?If you are on linux why don't you just build it yourself then? It is super easy compared to windows.Quotegit clone https://github.com/SFML/SFML.gitcd SFMLcmake .make installcd ..git clone https://github.com/SFML/CSFML.gitcd CSFMLcmake .make install
-- Could NOT find LIBXCB_ICCCM (missing: LIBXCB_ICCCM_LIBRARY) CMake Error at cmake/Modules/FindXCB.cmake:93 (message): xcb-icccm not foundCall Stack (most recent call first): src/SFML/Window/CMakeLists.txt:196 (find_package)
[root@localhost CSFML-master]# cmake .CMake Error at src/SFML/CMakeLists.txt:26 (find_package): By not providing "FindSFML.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "SFML", but CMake did not find one. Could not find a package configuration file provided by "SFML" (requested version 2) with any of the following names: SFMLConfig.cmake sfml-config.cmake Add the installation prefix of "SFML" to CMAKE_PREFIX_PATH or set "SFML_DIR" to a directory containing one of the above files. If "SFML" provides a separate development package or SDK, be sure it has been installed.-- Configuring incomplete, errors occurred!See also "/home/sven/Downloads/CSFML-master/CMakeFiles/CMakeOutput.log".