mirror of https://github.com/PatrickLipka/tt.git
Added dependencies section
This commit is contained in:
parent
12ade72c9a
commit
6744c4bcff
14
README.md
14
README.md
|
@ -1,11 +1,23 @@
|
|||
# tt
|
||||
Simple Command Line Time Tracker written by Patrick Lipka (patrick.lipka@emea.nec.com)
|
||||
Simple command line time tracker for POSIX systems.
|
||||
Written by Patrick Lipka (patrick.lipka@emea.nec.com)
|
||||
This software is licensed under the BSD-2-clause license. Please see LICENSE for details.
|
||||
|
||||
## Dependencies
|
||||
The program uses GNU Readline (https://tiswww.case.edu/php/chet/readline/rltop.html) for command completion and history.
|
||||
The Readline library is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License.
|
||||
Packages are available on most Linux distributions and BSD systems as well as macOS. Depending on your OS you man need to also install a package like libreadline-dev to have access to the headers.
|
||||
|
||||
The program assumes POSIX functionalities as provided by unistd.h. The best way to run it on Windows might be to install a Unix compatibility layer or use Windows' Subsystem for Linux.
|
||||
To compile the program you need a C++ compiler which supports the C++11 standard.
|
||||
|
||||
The program has ben tested on the following systems:
|
||||
- Debian Linux 5.10.70-1, GCC 10.2.1 20210110
|
||||
- macOS 11.5.2, Apple clang 12.0.5
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
## Settings
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue