From 1d5397d35b271f3cfd668247080f9e2cc86b15b5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 25 Apr 2026 20:28:07 -0400 Subject: [PATCH] follow-up with how-to for two Linux distros --- sys/unix/README-hints | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/unix/README-hints b/sys/unix/README-hints index e56dfca7f..72f60f469 100644 --- a/sys/unix/README-hints +++ b/sys/unix/README-hints @@ -80,8 +80,11 @@ make WANT_SOURCE_INSTALL=1 Place the results of the install/update portion tree, rather than in a system-wide shared area. make WANT_NHUUID=1 Include support for a unique game identifier. - On Linux, libuuid must be installed for this - to build and link correctly. + On Linux, libuuid and headers ust be installed + and available for this to build and link correctly. + sudo apt install uuid-dev on Debian/Ubuntu + or + sudo dnf install libuuid-devel on Fedora make VIEWDEPRECATIONS=1 Turn off the suppression of -Wdeprecated and -Wdeprecated-declarations warnings