From 7f492d3b876aa78df7b782fe95b77808dbacacf4 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Sun, 2 Mar 2025 01:10:26 -0500 Subject: [PATCH] simplified dependency list --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f2e22b5..6bc4d29 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,10 @@ https://dpm.darkhorselinux.org To build DPM from source, you'll need the following dependencies: + - GCC/G++ (version 10 or later, supporting C++20) - CMake (version 3.22 or later) - Make -- libstdc++ (C++ standard library) -- Linux headers -- dlopen/dlsym support (provided by libdl) ## Building from Source