mickelson / sfml-pi

SFML on Linux without X11 using DRM/KMS (or dispmanx on RPi0-3)
Other
62 stars 26 forks source link

Odroid support #10

Closed calle81 closed 4 years ago

calle81 commented 5 years ago

Hi Andrew,

HNY!

Would it be possible to add Odroid XU4 support? The retropie image for Odroid installation fails here:

[ 30%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o In file included from /root/develop/sfml-pi/src/SFML/Window/WindowImpl.cpp:44:0: /root/develop/sfml-pi/src/SFML/Window/RPi/WindowImplRPi.hpp:37:22: fatal error: bcm_host.h: No such file or directory compilation terminated. src/SFML/Window/CMakeFiles/sfml-window.dir/build.make:350: recipe for target 'src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o' failed make[2]: [src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o] Error 1 CMakeFiles/Makefile2:170: recipe for target 'src/SFML/Window/CMakeFiles/sfml-window.dir/all' failed make[1]: [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

A version not using bcm_host or any other RPi specific libraries would be awesome!

Best regards, Carl

shantigilbert commented 5 years ago

I second this, would like SFML on Odroid!

mickelson commented 4 years ago

sfml-pi may support Odroid now with the implementation of DRM/KMS support See: Issue #13, PR #14