summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-27 11:21:47 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-27 11:21:47 +0100
commitb25d92d869e37e9b8467889c0f7311c70815cfd8 (patch)
tree27e01e161bf5e9da186c099cf3dcd6fd6e1022cf /tests/daemon
parent794387ec96da3cd32bedfc84fae9db23e7ea0a41 (diff)
downloadwolfbones-b25d92d869e37e9b8467889c0f7311c70815cfd8.tar.gz
wolfbones-b25d92d869e37e9b8467889c0f7311c70815cfd8.tar.bz2
added comments about gengetopt on native Windows
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/daemon/README b/tests/daemon/README
index c706f38..a794a9f 100644
--- a/tests/daemon/README
+++ b/tests/daemon/README
@@ -8,6 +8,9 @@ This test needs 'gengetopt' to parse the command line arguments of the daemon.
Get it from http://www.gnu.org/software/gengetopt/gengetopt.html (many
distributions package a far too old version!) when you encounter problems.
+A native Windows version is available on
+http://gnuwin32.sourceforge.net/packages/gengetopt.htm
+
This by no means implies that you are forced to use gengetopt together with
WolfBones, you can as well write your own parser, use getopt, getopt_long,
use popt or something different.