Skip to content

Rossum 0.5.5 convenience distribution

Latest
Compare
Choose a tag to compare
@kobbled kobbled released this 23 Nov 05:06
· 31 commits to master since this release

This is a convenience distribution for Rossum

Tools included

  • rossum v0.5.5 (Apache 2)
  • ktransw v0.5 (Apache 2)
  • ninja v1.11.1 (Apache 2)
  • yamljson2xml (MIT)
  • gpp v2.27 (GNU LESSER)

Requirements

  • Fanuc Roboguide, or OLPCPro
  • Python (optional)
  • Visual C++ Redistributable > 2013

Installation

You can either install rossum and its dependencies as stand-alone binaries, where you do not need to install python to use. Or you can install the python source files, with python.

Stand-alone binaries

  1. Download the binaries folder in the release.
  2. Extract to a suitable, permanent location on your local machine.
  3. Rename the folder if you choose.
  4. Add this location to your environment Path:
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";" + "path\to\rossum", "User");

[!IMPORTANT]
Replace path\to\rossum with the actual full path where rossum is located.

Python

  1. Install python on your machine
  2. Download the python folder in the release.
  3. Extract to a suitable, permanent location on your local machine.
  4. Rename the folder if you choose.
  5. Install the PyPi python dependencies
python -m pip install -r requirements.txt
  1. Add this location to your environment Path:
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";" + "path\to\rossum", "User");

[!IMPORTANT]
Replace path\to\rossum with the actual full path where rossum is located.

Issues

[!IMPORTANT]
If you have issues with the gpp preprocessor install Visual C++ Redistributable 2013, included in the release under vcredist.

Usage

For usage of rossum check the Readme file at:
rossum

For a more in depth look at the dependencies, check out the readmes for: