Rockbox Development > Starting Development and Compiling
Making .voice files under VMWare
(1/1)
bascule:
I have just got to grips with making voice files under Windows using all the VBScript stuff - all fine and dandy.
However, the Wiki description for Linux is much simpler:
--- Quote from: http://www.rockbox.org/twiki/bin/view/Main//VoiceBuilding#Using_Linux ---mkdir build
cd build
../tools/configure
Follow the on-screen instructions, selecting your model and voice.
make voice
--- End quote ---
Now, if I try this under VMWare , I get the following:
--- Quote ---You need Festival, eSpeak or Flite in your path to build voice files
--- End quote ---
If I try to apt-get them (apt-get install eSpeak) I get
--- Quote ---E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
--- End quote ---
So then I tried sudo, but apparently that's not available in VMWare, either...
Is this a 'path' problem, or are the packages not installed at all?
obo:
Sounds like the packages aren't installed - su to root to apt-get install the packages, or login straight as root.
Navigation
[0] Message Index
Go to full version