Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.48 KB

README.rst

File metadata and controls

61 lines (43 loc) · 1.48 KB

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.