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

Author Topic: Missing UDev dependency in tutorial  (Read 4531 times)

0 Members and 1 Guest are viewing this topic.

netrick

  • Full Member
  • ***
  • Posts: 174
    • View Profile
Missing UDev dependency in tutorial
« on: July 16, 2015, 05:21:31 pm »
In the "Compiling SFML with CMake" tutorial: http://www.sfml-dev.org/tutorials/2.3/compile-with-cmake.php there is a missing dependecy for Linux.

UDev is not listed and on Ubuntu 15.04 it's not installed by default. The actual package name is "libudev-dev".

Without UDev, CMake gives following errors:
(click to show/hide)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Missing UDev dependency in tutorial
« Reply #1 on: July 16, 2015, 06:10:37 pm »
Looks like that got accidentally removed when creating the new dependency list for SFML 2.3, because it was listed in 2.2.

Thanks for the report, will fix this soon.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/