Browse Source

README: updated the build notes w.r.t. the change to autotools

master
Reece H. Dunn 12 years ago
parent
commit
5f5c015b82
1 changed files with 16 additions and 6 deletions
  1. 16
    6
      README

+ 16
- 6
README View File

Changes to eSpeak to support building on a POSIX system by running make.
Changes to eSpeak to support building on a POSIX system by using autotools.


This does the following things: This does the following things:
1/ compile the libespeak library; 1/ compile the libespeak library;
3/ compile the espeakedit application; 3/ compile the espeakedit application;
4/ compile the voice data, creating an espeak-data directory. 4/ compile the voice data, creating an espeak-data directory.


This allows you to run:
This branch also contains some bug fixes and improvements that get
sent back upstream.


make && sudo make install


and end up with a working espeak application.
BUILDING


This branch also contains some bug fixes and improvements that get
sent back upstream.

The espeak and espeakedit programs, along with the espeak voices, can
be built via the standard autotools commands:

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

NOTE: The configure command detects various platform differences that
the espeak makefiles don't cater for (e.g. different wxWidgets version)
and detect the available audio setup to use automatically.




HISTORICAL RELEASES HISTORICAL RELEASES

Loading…
Cancel
Save