Personal tools
You are here: Home cmgui Zinc PERL
Views

PERL

last edited 2 years ago by stevens

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

Contributing to this site

Please add to the wiki any relevant information that you think might be useful to other users of this website. For example, you might like to contribute your experiences, questions and answers.

You are encouraged to contribute to this site regardless of your level of experience. Contributions are welcomed from new and regular visitors.

If you ask a question and receive an answer from a developer you should record it in the wiki. This information is extremely useful and can help other users overcome the same problem.

See how to add and edit pages for more information.