o2sms - win32

Installing the CLI on Windows

This is the documentation for installing the command-line version of o2sms on Windows environments.

Requirements

Instructions

  1. Install ActivePerl
  2. Open a command prompt and add the trouchelle repository by typing one of the following ppm commands:
    ppm rep add trouchelle.com http://trouchelle.com/ppm/ - for builds 817 and below (Perl 5.8 with PPM3)
    ppm rep add trouchelle.com http://trouchelle.com/ppm/ - for builds 820 and above (Perl 5.8 with PPM4)
    ppm rep add trouchelle.com http://trouchelle.com/ppm10/ – for builds 1000 and above (Perl 5.10 with PPM4)
  3. Next install o2sms with the command:
    ppm install o2sms
  4. You can now run o2sms with something like:
    o2sms +353861234567

Building the CLI on Windows

This is the documentation for building the command-line version of o2sms on Windows environments. If you'd prefer a graphical user interface for Windows, then you can build that instead (see below).

Requirements

Instructions

  1. Install ActivePerl, nmake and Cygwin
  2. Install the o2sms perl dependencies; open a command prompt and type:
    ppm install TestGen4Web-Runner
    ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd
  3. Check out o2sms:
    svn co https://o2sms.svn.sourceforge.net/svnroot/o2sms
    cd o2sms/o2sms3
  4. Make and install:
    perl Makefile.PL
    nmake install
  5. You can now run o2sms with something like: o2sms +353861234567

Building the GUI

  1. Install the following modules:
    ppm install http://theoryx5.uwinnipeg.ca/ppms/PAR-588.ppd
    ppm install Getopt-ArgvFile
    ppm install Win32-Exe
    ppm install Win32-GUI
  2. Build the exe:
    nmake exe
  3. Run the exe:
    .\o2sms.exe

See Also

<< (o2sms home)