Author: rurban Date: Fri Jan 23 15:49:12 2009 New Revision: 35932 Modified: trunk/README_cygwin.pod
Log: [docs] More updates after the packaging is finished. Modified: trunk/README_cygwin.pod ============================================================================== --- trunk/README_cygwin.pod (original) +++ trunk/README_cygwin.pod Fri Jan 23 15:49:12 2009 @@ -6,19 +6,17 @@ =head1 SYNOPSIS -Parrot builds out of the box under Cygwin after -C<export PATH=`pwd`/blib/lib:$PATH> +Parrot builds out of the box under Cygwin, +when no other parrot is installed. See below at PROBLEMS. There are official cygwin parrot packages available via L<http://cygwin.com/setup.exe>. - parrot libparrot0 libparrot-devel parrot-perl6 + parrot libparrot0 libparrot-devel parrot-perl6 parrot-languages Some tweaks are needed for different names for the ffi to some dll's. See L</loadlib DLL versioning>. -parrot-languages was dropped with 0.9.0. - =head1 Packages @@ -102,11 +100,10 @@ =head1 BUILD - export PATH=`pwd`/blib/lib:$PATH perl Configure.pl make - make test # see PLATFORMS for known issues. - make reallyinstall + make test + make install =head1 PROBLEMS @@ -190,6 +187,6 @@ =head1 HISTORY -Last updated: 22 January 2009 +Last updated: 23 January 2009 =cut