summaryrefslogtreecommitdiff
path: root/utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-11 15:50:46 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-11 15:50:46 +0000
commit14c7f45cdae826f88dc539c8c38dd95caf305731 (patch)
tree832da054b7cfb2dc6fd63339af736625f31d21aa /utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README
parent7c84ede3781c27db73403bd6302f320c76a58c8c (diff)
downloadrockbox-14c7f45cdae826f88dc539c8c38dd95caf305731.tar.gz
rockbox-14c7f45cdae826f88dc539c8c38dd95caf305731.zip
Add zook's ZenUtils to SVN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/zenutils/libraries/getpot-c++-1.1.17/getpot/README')
-rwxr-xr-xutils/zenutils/libraries/getpot-c++-1.1.17/getpot/README50
1 files changed, 50 insertions, 0 deletions
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 @@
1GetPot - C++:
2--------------
3
4Attention: This version contains a couple of beautiful
5---------- new features, that are not documented yet.
6
7 E.g.: -- automated ufo detection
8 -- arbitrary comment delimiters
9 -- arbitrary vector field separators
10 -- tails, i.e. easy access to all tails
11 of options such as '-L' or '-I'.
12
13 Please, refere to the example/ directory
14 for usage descriptions.
15
16This is the C++ version of the popular GetPot library for
17command line and input file parsing. The documentation
18can be downloaded at:
19
20 http://getpot.sourceforge.net
21
22The files in the 'examples' directory should be enough, though, to be
23able to use this library. It is fairly easy to use.
24
25Installation:
26-------------
27
28In order to install GetPot, simply copy the file 'GetPot'
29somewhere where your c++ compiler can find it.
30
31The 'file emacs-getpot-mode.el' contains some lines of
32emacs-lisp code. If you append these lines to your .emacs
33file, it will highlight your 'getpot' - input files.
34
35Bug reports, Feature requests:
36------------------------------
37
38Please, notify me in case there are any bugs or you think
39that there should be more features in the library.
40My email address is:
41
42fschaef@users.sourceforge.net
43
44Thanks for using this software.
45Enjoy !
46
47
48Juli 2005,
49Frank R. Schaefer
50