mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-07 15:33:51 +00:00
Updating note about build with Clang 3.4
This commit is contained in:
parent
63b5625878
commit
7a769fa996
@ -9,7 +9,7 @@ The following attributes are what I believe are important in a CLI parser librar
|
||||
|
||||
* Easy to include (i.e., header only, one file if possible, no external requirements): While many programs depend on Boost, that should not be a requirement if all you want is CLI parsing.
|
||||
* Short Syntax: This is one of the main points of a CLI parser, it should make variables from the command line nearly as easy to define as any other variables. If most of your program is hidden in CLI parsing, this is a problem for readability.
|
||||
* Work with GCC 4.7+ (such as GCC 4.8 on CentOS 7) or above, or Clang 3.4+. Should work on Linux and MacOS.
|
||||
* Work with GCC 4.7+ (such as GCC 4.8 on CentOS 7) or above, or Clang 3.4+. (3.5 stdlib is required to build googlemock test) Works on Linux and MacOS.
|
||||
* Well tested using Travis.
|
||||
* Good help printing (in progress).
|
||||
* Standard idioms supported naturally, like grouping flags, the positional seperator, etc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user