--- App-Staticperl/staticperl.pod 2011/05/19 18:58:19 1.41 +++ App-Staticperl/staticperl.pod 2011/06/26 17:26:52 1.43 @@ -884,11 +884,11 @@ The directory where staticperl stores all its files (default: F<~/.staticperl>). -=item C, C, ... +=item C -Usually set to C<1> to make modules "less inquisitive" during their -installation, you can set any environment variable you want - some modules -(such as L or L) use environment variables for further tweaking. +The path to a directory (will be created if it doesn't exist) where +downloaded perl sources are being cached, to avoid downloading them +again. The default is empty, which means there is no cache. =item C @@ -896,6 +896,12 @@ is also a good choice (5.8.9 is much smaller than 5.12.3, while 5.10.1 is about as big as 5.12.3). +=item C, C, ... + +Usually set to C<1> to make modules "less inquisitive" during their +installation, you can set any environment variable you want - some modules +(such as L or L) use environment variables for further tweaking. + =item C The prefix where perl gets installed (default: F<$STATICPERL/perl>), @@ -1169,7 +1175,7 @@ If you use C, then you should also be aware that uClibc shares C between all threads when statically linking. See L for a -workaround (And L for discussion). +workaround (and L for discussion). C support is also recommended, especially if you want to play around with buildroot options. Enabling the C @@ -1187,12 +1193,12 @@ built-in ash shell. Finally, you need F inside the chroot for many scripts to work -- F or bind-mounting your F will -both provide this. +- either F or bind-mounting your F +will provide this. After you have compiled and set up your buildroot target, you can copy F from the C distribution or from your -perl f directory (if you installed it) into the F +perl F directory (if you installed it) into the F filesystem, chroot inside and run it. =head1 RECIPES / SPECIFIC MODULES