o2sms - installation

Installation by CPAN

The CPAN distribution is the latest stable version. Using CPAN means updates can be installed relatively easily.

To download, make and install the script and required modules:

cpan -i WWW::SMS::IE::iesms

Notes

Installation by Subversion

Using the SVN version means you have the latest version of the software. This is useful if a fix has been checked in, but a release has not been pushed to CPAN and Debian yet.

  1. Checkout the o2sms subversion source from https://o2sms.svn.sourceforge.net/svnroot/o2sms.
  2. In the o2sms3 directory, run the following to install:
    perl Makefile.PL
    make
    make install
  3. Install any missing dependencies that are listed during the make process.
  4. By default, this will install the scripts into /usr/bin and the required modules into your Perl library.

Windows Installation

Instructions for installing or building on win32.

OS X Installation

Use the Dashboard Widget or build and install the command line version as above.

See Also

<< (o2sms home)