Wiki

Installation Instructions

RML using GNU autotools for building, but it integrates with Python's distutils for installation.

Getting RML

During the beta stage, please check out RML from GIT, using the URL https://opensource.cit-ec.de/git/rml.git

After checking from source, do the following:

sh bootstrap.sh
./configure [--prefix=/where/you/want/it]
make
make install

After that, you will find a script called "rml" in the prefix's bin directory. To use it, see Running RML