Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MickeJ

Pages: [1]
1
Awsome, your response got me in the right direction.

Below packages was missing for me. If anyone else looking for same info note that my Fedora installation is old so assume a fresh Fedora install needs more packages then just below.

libgudev-devel.x86_64
mesa-libGL-devel.x86_64
libXi.x86_64

Thx

2
The documentation states The exact name of the packages may vary from distribution to distribution.

Have anyone notes on what named Fedora packages is needed to build SFML v3?

3
Hi i followed the documentation and have the cmake fetch content example in my cmakelist. Downloads starts but then after a while cmake fails with below error message. I assume i need to install some Fedora package but which one?

cmake] CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
[cmake]   Could NOT find X11 (missing: Xi)
[cmake] Call Stack (most recent call first):
[cmake]   /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
[cmake]   /usr/share/cmake/Modules/FindX11.cmake:676 (find_package_handle_standard_args)
[cmake]   Build/Clang_Release/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:279 (find_package)

Pages: [1]