next up previous
Next: Installing Mobile::Executive Up: Installing Mobile::Location Previous: Installing the Required Modules

Installing the Mobile::Location Class

To install this class and read the installed on-line documentation, enter these commands at the Linux command line:

    tar zxvf Mobile-Location-4.02.tar.gz
    cd Mobile-Location-4.02
    perl Makefile.PL
    make 
    make test
    su
    make install
    <ctrl-D>
    man Mobile::Location

The above commands install the Location.pm class within the installed Perl environment. Note the requirement to use superuser privilege to perform the ``make install'' step.



Paul Barry 2003-05-30