Setting Perl Environment

This section is useful if you want to manually execute Perl scripts that are usually internally used by Squore.

Windows

If you have installed the Portable Strawberry Perl with Squore, locate and execute this file (skip this step otherwise):

<INSTALLDIR>\Tools\perl\portableshell.bat

Then type all commands in the new command prompt window.

SET SQUORE_HOME=<INSTALLDIR>

SET PERL5LIB=%Squore_HOME%\share\perl

Linux

Squore_HOME=<INSTALLDIR>

export Squore_HOME

PERL5LIB=$Squore_HOME/share/perl

export PERL5LIB