Author: bernhard Date: Sun Feb 10 01:32:14 2008 New Revision: 25614 Modified: trunk/README
Log: [docs] Mention docs/configuration.pod in README. Modified: trunk/README ============================================================================== --- trunk/README (original) +++ trunk/README Sun Feb 10 01:32:14 2008 @@ -46,14 +46,15 @@ perl Configure.pl --cc=cc --cxx=CC --link=CC --ld=CC -See "perl Configure.pl --help" for more options. +See "perl Configure.pl --help" for more options and docs/configuration.pod +for more details. For systems like HPUX that don't have inet_pton please run perl Configure.pl --define=inet_aton Running Configure.pl will generate a config.h header, a Parrot::Config -module, platform files and some Makefiles. +module, platform files and many Makefiles. The file "myconfig" has an overview of configure settings.