NAME
amon2-setup.pl - setup script for amon2
SYNOPSIS
% amon2-setup.pl MyApp
--flavor=Basic basic flavour(default)
--flavor=Lite Amon2::Lite flavour
--flavor=Minimum minimalistic flavour for benchmarking
--help Show this help
DESCRIPTION
This is a setup script for Amon2.
amon2-setup.pl is highly extensible. You can write your own flavor.
HINTS
You can specify --flavor
option multiple times. For example, you can type like following:
% amon2-setup.pl --flavor=Basic --flavor=Teng MyApp
% amon2-setup.pl --flavor=Teng,Basic MyApp
Second flavor can overwrite files generated by first flavor.
AUTHOR
Tokuhiro Matsuno