Build Parrot with PxPerl
- get Parrot source and ICU if you want, see Build Parrot with MinGW
- install PXPerl
- install MinGW
- run cmd.exe
- try this command to configure without ICU
perl configure.pl --without-icu
- or try these commands to configure with ICU
set PATH=%PATH%;c:\perl\bin;c:\mingw\bin;c:\usr\lib\icu\bin;c:\usr\lib\icu\lib mkdir c:\usr\lib\icu\data perl configure.pl --cc=gcc --icushared="c:\usr\lib\icu\lib\icudt.lib c:\usr\lib\icu\lib\icuuc.lib" --icuheaders="c:\usr\lib\icu\include" --icudatadir="c:\usr\lib\icu\data"
- now you can compile and test probably
mingw32-make mingw32-make test mingw32-make install

