Important: rmToo was successfully tested under Windows but is not officially supported under Windows.
This document provides hints to get rmToo up and running under Windows.
rmToo was successfully tested using Cygwin, which provides a Unix-like environment on Windows.
gnuplot
make
tetex
python
For most rmToo statistic modules, you need numpy and scipy:
pip install numpy scipy
Note: There are reports that numpy/scipy can run under Windows, but it may not be straightforward. Some installable versions of numpy and scipy don’t work with Cygwin.
make
:
export PATH=$PATH:"/cygdrive/c/Program Files (x86)/Graphviz2.28/bin"
Note: Adapt the path to reflect your local directory structure and current version. The path might start with
/cygwin
depending on your Cygwin setup.
pip install rmtoo
For a more native Linux experience on Windows 10/11:
# Navigate to your working directory
cd /path/to/your/projects
# Copy the template project
cp -r "$(rmtoo-contrib-dir)/template_project" MyProject
cd MyProject
# Set up environment
source ./setenv.sh VENV
# Build the project
make
ls artifacts/
git config core.autocrlf false
to avoid line ending issuesIf you encounter Windows-specific issues: