Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timstaley/getoptpp

Yet Another getopt C++ version, STL-streaming like
https://github.com/timstaley/getoptpp

c-plus-plus getopt

Last synced: 2 months ago
JSON representation

Yet Another getopt C++ version, STL-streaming like

Awesome Lists containing this project

README

        

GetOpt_pp - Yet anotheer C++ version of GNU getopt.
Copyright (C) 2007-2013

See the online documentation, new versions, and issue tracking at http://getoptpp.googlecode.com

COMPILING:

1) Dynamic library.
1.1 - Just use make for compiling dinamically the library
$> make

1.2 - For compiling the examples:
$> make examples

1.3 - For installing the library (needs root priviledges)
$> make install

2) Static library
2.1 - Use the SHARED flag
$> make SHARED=n

2.2 - For compiling the examples:
$> make SHARED=n examples

2.3 - For installing the (static) library (if PREFIX is used, no root privs are needed)
$> make SHARED=n install

Send comments to [email protected]

Thanks!
Daniel.