Make README.md compatible with ReText

This commit is contained in:
Martchus 2017-06-24 23:53:51 +02:00
parent 5656b4c203
commit db60e39630
1 changed files with 14 additions and 13 deletions

View File

@ -3,6 +3,7 @@ Common C++ classes and routines used by my applications such as argument parser,
## Features
The library utilizes:
* parsing command-line arguments and providing Bash completion
* dealing with dates and times
* conversion of primitive data types to byte-buffers and vice versa (litte-endian and big-endian)
@ -23,8 +24,8 @@ The library utilizes:
### Requirements
#### Build-only dependencies
* C++ compiler supporting C++14, tested with
- GNU g++
- Clang
- regular GNU g++
- mingw-w64 g++
- Cygwin g++
* CMake (at least 3.3.0)