Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.39 KB

Compiling-on-Linux.md

File metadata and controls

64 lines (45 loc) · 1.39 KB

Compiling on Linux

Required tools

To compile RHVoice the following programs must be installed on your system:

Additional dependencies

Before compiling RHVoice, make sure that at least one of the following audio libraries is installed on your machine:

Please note that many distributions provide a separate development package for a library, which is necessary to compile the programs using the library. You need to install both runtime and development packages.

Get sources

  1. One line
    git clone --recursive https://github.com/RHVoice/RHVoice.git
  2. Step by step
    git clone https://github.com/RHVoice/RHVoice.git
    cd RHVoice
    git submodule update --init

Compilation

To start compilation, execute the command:

scons

You can change some compilation options. For more information, run the command:

scons -h

Installation

To install RHVoice execute the following command:

# scons install

Now you can check if the synthesizer is working:

echo test|RHVoice-test