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 :)
- Host: GitHub
- URL: https://github.com/izonit/mutils
- Owner: izonit
- License: unlicense
- Created: 2025-03-08T10:10:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:18:20.000Z (over 1 year ago)
- Last Synced: 2025-03-31T17:29:49.973Z (over 1 year ago)
- Topics: cpp, library, mutils
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.