The Squealer can be used in two main ways: in a single-user environment, or
for a team environment.
Single User Environment
This is where all the Squealer files are installed on the user's local machine
and are not shared with any other user either over the network or using source
control.
- Install Perl 5.8. Squealer uses some modules from the most recent Perl release,
so you will need the 5.8 release to get these. You can download the Windows install
from ActiveState.
- Next, extract the Squealer release ZIP file to a chosen home directory,
say
C:\work\squealer .
- Configure
squealer.conf .
- Setup your text editor with the standard Squealer commands.
- Install a CVS client (like TortoiseCVS)
and put
cvs.exe on your PATH for CVS integration (using
sorceror.pl ).
- Load the Squealer Dictionaries (
F3 , then enter -load ).
More detail on the different dictionaries
is available.
Team Environment
The installation for a team environment involves all the steps for a single-user
install, except that all the core Squealer files are added to the team source control
repository, e.g. CVS. All that is needed for a new user is to update their CVS Squealer
module and configure their text editor with the standard or team-modified Squealer
commands.
|