Personal tools
You are here: Home / cmgui / Zinc / PERL

PERL

Win32

You need MSYS(which requires MinGW?). Get MSYS and MinGW? at http://www.mingw.org/download.shtml#hdr3. You need a working system perl(not specific to cmgui). It is recommended you build and install perl into MinGW following the standard win32 perl instructions.

Check out the perl cvs module from CMISS CVS,

In MSYS terminal:

cd perl/build

unset SHELL

export SYSNAME=win32 - (seem to need MINGW32 in the Makefiel.pl)

export CMISS_ROOT=/path/to/cmiss/dir

perl Makefile.pl".

This will produce the perl binary required in $(CMISS_ROOT)/perl/lib/CORE/libperl.a