Skip to content

Soviet-Linux/libspm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b189ef · Dec 27, 2024
Dec 25, 2024
Feb 18, 2024
Dec 25, 2024
Dec 25, 2024
Dec 25, 2024
Nov 21, 2022
Dec 25, 2024
Dec 25, 2024
Oct 30, 2023
Oct 30, 2023
Jul 22, 2024
Dec 7, 2022
Jul 22, 2024
Nov 21, 2022
Nov 9, 2023
Nov 21, 2022
Dec 25, 2024

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