~ubuntu-branches/ubuntu/trusty/speechd-up/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2006-11-03 22:56:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103225634-0wqd3kla47ufwcz8
Tags: 0.4-0ubuntu1
* New upstream release.
* Bumped standards version to 3.7.2.
* Added NEWS file to docs.
* debian/control:
  - Changed email address in maintainer field.
  - Removed misc depends from package depends field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
You will need these components to compile and run speechd-up: 
5
5
 - Speech Dispatcher (http://www.freebsoft.org)
6
 
     (including libspeechd.so.2 or newer -- part of Speech Dispatcher 0.6)
 
6
     (including libspeechd.so.2 or newer -- part of Speech Dispatcher 0.6 or 0.6.1)
7
7
 - Speakup (http://www.linux-speakup.org)
8
8
        (you need to install a newer version if you want to make
9
 
        use of the Read All command)
 
9
        use of the Read All command and internationalization)
10
10
 - texinfo (you can live without it if you use just `make speechd-up', but
11
11
        you won't have the documentation installed)
12
12
 
22
22
Please read the file BUGS first so that you are aware of the possible
23
23
issues.
24
24
 
25
 
! You need to upgrade to Speech Dispatcher 0.6 before trying to compile
26
 
and install this version of SpeechD-Up !
 
25
! You need to upgrade to Speech Dispatcher 0.6 or 0.6.1 before trying to
 
26
compile and install this version of SpeechD-Up !
27
27
 
28
 
To compile the SpeechD-Up, simply extract the distribution archive and
29
 
change to speechd-<version> directory and run "make all" command as
 
28
To compile SpeechD-Up, simply extract the distribution archive and
 
29
change to speechd-up-0.4 directory and run "make all" command as
30
30
follows:
31
31
 
32
 
 $ tar -xzvf speechd-up-@VERSION.tar.gz
33
 
 $ cd speechd-up-@VERSION
 
32
 $ tar -xzvf speechd-up-0.4.tar.gz
 
33
 $ cd speechd-up-0.4
34
34
 
35
35
Only *if you are building from CVS*, you must run buid.sh
36
36
 
46
46
 $ ./configure
47
47
 $ make all
48
48
 
49
 
If everything worked ok, you can install all the parts to the default
 
49
If everything worked right, you can install all the parts to the default
50
50
path by running (as root):
51
51
 
52
52
 $ make install
54
54
Making SpeakUp work with SpeechdUp and software synthesis
55
55
=========================================================
56
56
 
57
 
Please see the info documentation you obtained with SpeechD-Up for this
 
57
Please see the info documentation you obtained with SpeechD-Up
58
58
(info speechd-up) or go to http://www.freebsoft.org/doc/speechd-up .
59
59
 
60
60
Testing