timothycrosley / streamdeck-ui

A Linux compatible UI for the Elgato Stream Deck.
https://timothycrosley.github.io/streamdeck-ui/
MIT License
1.12k stars 240 forks source link

ubuntu 18.04 requires libusb-1.0-0-dev package #321

Closed ianfloats closed 1 year ago

ianfloats commented 1 year ago

Describe the bug Following the instructions for ubuntu, compilation fails due to missing libusb.h

hidapi/libusb/hid.c:47:10: fatal error: libusb.h: No such file or directory

Operating system (please complete the following information)

apt-get installing libusb-1.0-0-dev fixed it

IanWorrall commented 1 year ago

Ubuntu will no longer support 18.04 after 30th April 2023, that's only 2 weeks from today. Maybe consider updating your OS?

ianfloats commented 1 year ago

Yes, will do, just noting it here in case others have the issue.

Thanks for this project!