Hello,
The instructions for installation could perhaps be improved.
The Citrus Perl you have downloaded is for the Raspberry Pi. For Mac OS
X Lion you need.
http://sourceforge.net/projects/citrusperl/files/Perl%205.16.1/OSX/citrusperl-standard-51601-osx-i64-017.tar.gz/download
An example installation would be:
download load the above file.
Create the directory
/Users/yourname/citrusperl
Use finder to move the downloaded tar.gz file to /Users/yourname/citrusperl
Simply double click the tar.gz file in Finder to extract it.
In Finder, you should now see that you have the directory
/Users/yourname/citrusperl/perl
You can run the installation by opening the utilities application, again
simply by double clicking in Finder
/Users/yourname/citrusperl/perl/bin/Citrus Perl Utilities
Now, when you want to use Citrus Perl, you must set your environment to
use it.
If you open an instance of Terminal, you could then type the following:
perl -V
this would list all the detail of your default Perl, which will be the
Perl that is installed in Mac OS X as a default.
To switch to Citrus Perl for the current Terminal shell type the
following command.
. /Users/yourname/citrusperl/perl/bin/citrusvars.sh
Note that the command begins with a dot, a space, and then the full path
to a file.
After running the above command once, when you now do
perl -V
you should see details of the Citrus Perl installation. For a more
permanent setup you can set up a custom Terminal instance from the
preferences menu in Terminal that calls the citrusvars.sh command when a
Terminal of that type is opened.
Hope it helps
Regards
Mark
On 01/04/2013 16:20, Tanscia wrote:
> Hi,
>
> I am having problems installing citrus perl on my mac os lion.
>
> I have downloaded citrus-raspbian-20130201.tar.bz2 and extracted it to
> /dev using tar -xf citrus-raspbian-20130201.tar.bz2 -C ../dev .
>
> I now have a folder called citrus in /dev.
>
> This went fine. However I can't work out how to run
>
> ..//perl//bin/relocateperl or
> ..//perl//bin/Citrus Perl Utilities.app or
> ..//perl//bin/perl -V
>
> in order to relocate perl. I'm not really sure where I'm supposed to be
> when I run this command and I get a no such file or directory where ever
> I try to run it.
>
> Any help v much appreciated.
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Citrus Perl" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
citrus-perl...@googlegroups.com.
> To post to this group, send email to
citru...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/citrus-perl?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>