Skip to content

dydra/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • M4 2.5%
  • Other 0.4%