To compile RHVoice the following programs must be installed on your system:
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.
- One line
git clone --recursive https://github.com/RHVoice/RHVoice.git
- Step by step
git clone https://github.com/RHVoice/RHVoice.git cd RHVoice git submodule update --init
To start compilation, execute the command:
scons
You can change some compilation options. For more information, run the command:
scons -h
To install RHVoice execute the following command:
# scons install
Now you can check if the synthesizer is working:
echo test|RHVoice-test