Preparation

Installing RST

There are currently two ways to install the 0.7 version of RST:

  • From source
  • Debian Packages

From Source

  1. The whole source tree of RST can be obtained from the repository located at “0.7” branch of https://code.cor-lab.org/git/rst.git.proto.

  2. After that, RST can be built and installed like this:

    mkdir -p build && cd build
    cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=$prefix ..
    make
    make install
    

    where $prefix is the desired install prefix.

Note

See the Tutorial for notes on how to use the newly installed modules from the different supported languages.

Debian Packages

Debian packages for several versions of Ubuntu GNU/Linux are available from the CoR-Lab package repository. The following repository source line has to be added to /etc/apt/sources.list:

deb http://packages.cor-lab.de/ubuntu/ RELEASENAME testing

where RELEASENAME is the appropriate Ubuntu release name.

Warning

This installation method only works with Ubuntu GNU/Linux.

Note

More information can be found here.

Testing the Installation

Troubleshooting

Table Of Contents

Related Documentation

This Page