Dark Horse Linux Package Manager: Core Component
 
 
Go to file
Chris Punches dd9ee891d4 added target os conf fallback. arg > conf. 2025-03-14 02:57:22 -04:00
data added target os conf fallback. arg > conf. 2025-03-14 02:57:22 -04:00
dpmdk continued improvement of cli parsing 2025-03-13 21:30:02 -04:00
include some cleaning up of commandline argument parsing 2025-03-13 19:15:42 -04:00
modules added target os conf fallback. arg > conf. 2025-03-14 02:57:22 -04:00
src fixed a cli arg parsing error 2025-03-13 23:03:37 -04:00
.gitignore repaired some path handling, improved error handling 2025-02-23 04:04:50 -05:00
CMakeLists.txt groundwork for standalone elfs of modules for debugging purposes 2025-03-09 19:02:39 -04:00
LICENSE Initial commit 2025-02-18 04:08:23 +00:00
README.md simplified dependency list 2025-03-02 01:10:26 -05:00

README.md

DPM-Core

The core component of the Dark Horse Linux Package Manager

What is DPM?

https://dpm.darkhorselinux.org

Build Dependencies

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

Building from Source

mkdir ./build && cd ./build
cmake ../
make
make install

This will install:

  • The dpm binary to /usr/bin/
  • Module shared objects to /usr/lib/dpm/modules/
  • Configuration files to /etc/dpm/conf.d/

Development

For development work, you can run DPM directly from the build directory:

./dpm

To load modules from the build directory, specify the module path:

./dpm -m ./modules