From 08549c43d7fabb4deeac7cc9f26351498cc19b3a Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 28 Jan 2022 00:12:22 -0600 Subject: [PATCH] Add note for debhelper dependency when building Debian package Addresses #1607 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1bcfaa3..d0a61852 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ There have been two instances of hardware damage in OpenRGB's development and we 5. make -j$(nproc) * Run the application with ./openrgb * You can also build a Debian package (.deb) from this source code with dpkg-buildpackage -us -B + - Building a Debian package requires `debhelper` to be installed: `sudo apt install debhelper` ### SMBus Access