Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 550 Bytes

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