Setup: driver and sut_qt - nomovok-opensource/cutedriver-agent_qt GitHub Wiki

Setting up and running sut_qt and driver

General Requirements:

  • Ruby 1.9.X-> development environment with development headers

NOTES:

  • For a Windows Ruby-environment, look here, you will need both the Ruby environment and DevKit.

Driver (Linux/Windows)

  • Clone repository: https://github.com/nomovok-opensource/cutedriver-driver
  • Enter repository directory and run:
    rake gem
  • This will create a new gem under the pkg directory. Install the gem using:
    gem install pkg/cutedriver-driver-XYZ.gem (XYZ corresponds to the timestamp shown when generating the gem, on Linux use sudo gem install... instead)

sut_qt (Linux/Windows)

  • Clone repository: https://github.com/nomovok-opensource/cutedriver-sut_qt
  • Enter repository directory and run:
    rake gem
  • This will create a new gem under the pkg directory. Install the gem using:
    gem install pkg/cutedriver-qt-sut-plugin-XYZ.gem (XYZ corresponds to the timestamp seen when generating the gem, on Linux use sudo gem install... instead)