Skip to content

r4start/getoptpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.