Skip to content

Soviet-Linux/libspm

Repository files navigation

LibSPM

SovietLinux's Official Package Management Library CodeFactor

Building

Instructions on building

Library

make all
make formats
sudo make install

spm-test

make all
make formats
sudo make install
make test

Memory checking tool

In order to run the program with the memcheck tool from the cutils library run :

make MEMCHECK=1 all
sudo make install