|
PartclSource
Getting partcl
For UsersFirst, you'll need to get a copy of parrot from http://www.parrot.org/ and run 'make install install-dev' - we need a recent parrot to function at the moment. Now that you have parrot, you can get a readonly copy of the version of partcl that goes with it. % git clone git://github.com/partcl/partcl.git Now you can build tcl: % cd partcl % perl Configure.pl % make If you have parrot installed in various locations or wish to specify a particular version to use, you can use the --parrot-config option to Configure.pl to specify the path to the parrot_config for the appropriate install. See AlsoSee also RunningTclCode and TestingPartcl |
Sign in to add a comment