An amateur project, created to simplify routine. Created by mizorint.
To install the library, clone the repository, and cd
into it:
git clone https://github.com/izonit/mutils && cd mutils/
Now, generate build files:
cmake -B build/
Build the library:
cmake --build build/
After that, install the library globally:
sudo cmake --install build/
When in the cloned repository, run sudo make install
- it will globally install the library. To see mutils' practical usage, refer to examples.
Note
Looking for documentation? Look at the header files, they provide short description of what each module, class, and method does.
Refer to misc/faq.md
Refer to misc/todo.md
Refer to misc/changelog.md
- None yet.