An open API service indexing awesome lists of open source software.

https://github.com/izonit/mutils

Making your routine easy :)
https://github.com/izonit/mutils

cpp library mutils

Last synced: 27 days ago
JSON representation

Making your routine easy :)

Awesome Lists containing this project

README

          

# [Mutils](https://github.com/izonit/mutils)
**An amateur project, created to simplify routine.** Created by [mizorint](https://x.com/mizorint).

## Installation and usage
To install the library, clone the repository, and `cd` into it:
```sh
git clone https://github.com/izonit/mutils && cd mutils/
```

Now, generate build files:
```sh
cmake -B build/
```

Build the library:
```sh
cmake --build build/
```

After that, install the library globally:
```sh
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](https://github.com/izonit/mutils/tree/main/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](https://github.com/izonit/mutils/blob/main/misc/faq.md)

## TODO
Refer to [misc/todo.md](https://github.com/izonit/mutils/blob/main/misc/todo.md)

## Changelog
Refer to [misc/changelog.md](https://github.com/izonit/mutils/blob/main/misc/changelog.md)

## Known bugs
- None yet.