1parrot_config(1)      User Contributed Perl Documentation     parrot_config(1)
2
3
4

NAME

6       tools/build/parrot_config_c.pl - Create src/parrot_config.c and
7       variants
8

SYNOPSIS

10           % perl tools/build/parrot_config_c.pl --mini > src/null_config.c
11           % perl tools/build/parrot_config_c.pl --install > src/install_config.c
12           % perl tools/build/parrot_config_c.pl > src/parrot_config.c
13

DESCRIPTION

15       Create src/parrot_config.c with relevant runtime for the config
16       process.
17
18       The data in the generated configuration file is a serialised hash which
19       can be passed to the parrot VM by calling Parrot_set_config_hash and
20       will in turn be used to provide the config environment for subsequently
21       created Interpreters.
22
23
24
25perl v5.12.3                      2011-07-18                  parrot_config(1)
Impressum