time_utils-release/README.md

41 lines
544 B
Markdown
Raw Normal View History

2024-04-08 05:48:35 +00:00
# Overview
This is a C library that implements a set of utility functions related to time
based computations.
# Supported Operating System Versions
- Ubuntu 23.10
- Fedora 38, 39
# Building
1. Install OS libraries
Install the following build packages to compile the software on the following
operating systems.
**Ubuntu:**
```bash
apt install build-essential
```
**Fedora:**
```bash
```
2. Build Dependencies
This library does not depend upon any other non-os provided library.
3. Build
To build, simply run
```bash
make
```
2024-03-28 01:13:10 +00:00