Skip to content

izonit/mutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An amateur project, created to simplify routine. Created by mizorint.

Installation and usage

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.

FAQ

Refer to misc/faq.md

TODO

Refer to misc/todo.md

Changelog

Refer to misc/changelog.md

Known bugs

  • None yet.