Skip to content

[Inactive] Command-line interface (CLI) library for C++14.

License

Notifications You must be signed in to change notification settings

drycpp/libdrycli

Repository files navigation

libdrycli: CLI library for C++14

Travis CI build status

Build Prerequisites

Note

Older releases may work, but are not actively tested for.

Installation

Installation on Unix

$ ./autogen.sh
$ ./configure                        # on Linux
$ ./configure --with-stdlib=libc++   # on FreeBSD / Mac OS X
$ make
$ sudo make install

Elsewhere

Find the project at: GitHub, Bitbucket, and Travis CI.

Author

This project is part of the DRY initiative.

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.

About

[Inactive] Command-line interface (CLI) library for C++14.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages