Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 341 Bytes

mlibs

Commonly used data structures, algorithms and utility functions implemented in C.

All modules can be built and installed using the following line

./build.sh all --install

Or it can be built and installed using cmake by running the following commands.

mkdir build
cd build
cmake ..
make
sudo make install