Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timstaley/getoptpp
- Owner: timstaley
- License: bsl-1.0
- Created: 2014-06-10T16:13:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T16:33:58.000Z (over 10 years ago)
- Last Synced: 2023-03-22T11:11:29.776Z (almost 2 years ago)
- Topics: c-plus-plus, getopt
- Language: C++
- Homepage: https://code.google.com/p/getoptpp/
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
GetOpt_pp - Yet anotheer C++ version of GNU getopt.
Copyright (C) 2007-2013See 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
$> make1.2 - For compiling the examples:
$> make examples1.3 - For installing the library (needs root priviledges)
$> make install2) Static library
2.1 - Use the SHARED flag
$> make SHARED=n2.2 - For compiling the examples:
$> make SHARED=n examples2.3 - For installing the (static) library (if PREFIX is used, no root privs are needed)
$> make SHARED=n installSend comments to [email protected]
Thanks!
Daniel.