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

Author Topic: Cmake error on RPI  (Read 974 times)

0 Members and 1 Guest are viewing this topic.

yllawwally

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Cmake error on RPI
« on: June 10, 2020, 07:40:45 pm »
I'm trying to install SFML on a RPI3.  I'm following the compile with cmake tutorial https://en.sfml-dev.org/tutorials/2.5/compile-with-cmake.php . When I get to the step to configure, I get an error about x11. 

CMake Error at cmake/Macros.cmake:296 (message):
  Missing item in X11_X11_LIB;X11_Xrandr_LIB

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10800
    • View Profile
    • development blog
    • Email
Re: Cmake error on RPI
« Reply #1 on: June 11, 2020, 12:04:56 am »
You'll have to install X11 to compile it. There are currently efforts being made to provide alternatives, especially regarding RPI: https://en.sfml-dev.org/forums/index.php?topic=27102.0
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything