From 14c7f45cdae826f88dc539c8c38dd95caf305731 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Jul 2008 15:50:46 +0000 Subject: Add zook's ZenUtils to SVN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657 --- .../libraries/getpot-c++-1.1.17/getpot/README | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README (limited to 'utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README') diff --git a/utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README b/utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README new file mode 100755 index 0000000000..3d55352a6b --- /dev/null +++ b/utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README @@ -0,0 +1,50 @@ +GetPot - C++: +-------------- + +Attention: This version contains a couple of beautiful +---------- new features, that are not documented yet. + + E.g.: -- automated ufo detection + -- arbitrary comment delimiters + -- arbitrary vector field separators + -- tails, i.e. easy access to all tails + of options such as '-L' or '-I'. + + Please, refere to the example/ directory + for usage descriptions. + +This is the C++ version of the popular GetPot library for +command line and input file parsing. The documentation +can be downloaded at: + + http://getpot.sourceforge.net + +The files in the 'examples' directory should be enough, though, to be +able to use this library. It is fairly easy to use. + +Installation: +------------- + +In order to install GetPot, simply copy the file 'GetPot' +somewhere where your c++ compiler can find it. + +The 'file emacs-getpot-mode.el' contains some lines of +emacs-lisp code. If you append these lines to your .emacs +file, it will highlight your 'getpot' - input files. + +Bug reports, Feature requests: +------------------------------ + +Please, notify me in case there are any bugs or you think +that there should be more features in the library. +My email address is: + +fschaef@users.sourceforge.net + +Thanks for using this software. +Enjoy ! + + +Juli 2005, +Frank R. Schaefer + -- cgit v1.2.3