Reece H. Dunn
9ccbdf0c5e
.gitignore: ignore the compile file (generated by autotools)
11 years ago
Reece H. Dunn
c69ff7ebd7
autotools: Rewrite the build targets to use automake and libtool properly.
11 years ago
Reece H. Dunn
a113361b3b
Ignore the Android Studio project files.
12 years ago
Reece H. Dunn
9fc815cf9b
Initial support for building with gradle.
12 years ago
Reece H. Dunn
d78b391acd
1.46.42 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
932907ddc6
Don't check in espeakdata.zip to version control every time it changes.
The espeakdata.zip file is a generated file that can be recreated
by running the `make android` command. It takes up ~ 900 Kb of space
and changes significantly every time it is built.
12 years ago
Reece H. Dunn
c8526d17f8
autotools: add a COPYING file with the GPL v3 license to make autotools happy.
12 years ago
Reece H. Dunn
fd6b33cff4
.gitignore: espeak-data.zip and espeak-data-en_only.zip are not built, so remove them from the ignore list.
12 years ago
Reece H. Dunn
26b226c6da
feature graphic design
12 years ago
Reece H. Dunn
3c05eeb9ed
libs: add the hamcrest jar files needed to build the espeak tests
12 years ago
Reece H. Dunn
7103594ff5
.gitignore: ignore the gen directory
12 years ago
Reece H. Dunn
fab65bd5db
eSpeakActivity: use a weak reference in the Handler to avoid memory leaks
12 years ago
Reece H. Dunn
ec7eca3c0d
.gitignore: ignore android build output
12 years ago
Reece H. Dunn
a953b93613
Makefile.am: add an android target to build the espeak-data.zip espeak-data-en_only.zip data files.
12 years ago
Reece H. Dunn
ca9f455dd1
autotools: link README to README.md in autogen.sh to make autotools happy.
12 years ago
Reece H. Dunn
507cb27df0
pull in the espeak activity sources from eyes-free
12 years ago
Reece H. Dunn
e48f9c9908
1.46.02 -- android build scripts (from the eyes-free project)
12 years ago
Reece H. Dunn
5193eef18b
.gitignore: ignore vim swap files
13 years ago
Reece H. Dunn
7fdb2d2fb8
build: add initial autotools configure support
13 years ago
Reece Dunn
662e161d13
1.46.14
13 years ago
Reece Dunn
24b6d1c91a
make: copy src/speak_lib.h to docs/speak_lib.h
The version of speak_lib.h in docs is out-of-sync with the version
in src. To keep the file layout the same as upstream espeak, but
to keep the files in sync, the docs/speak_lib.h file is copied as
part of the build via a make target.
13 years ago
Reece Dunn
4e0dccc4b9
Remove the phsource/error_intonation file (build output).
13 years ago
Reece Dunn
9366efe43b
Makefile: fix dependencies for the espeak-data directory to avoid unnecessary rebuilds.
13 years ago
Reece Dunn
16ca03220a
remove files generated by 'espeakedit --compile'
13 years ago
Reece Dunn
85fb91e498
Makefile: add rules for compiling the language dictionaries
13 years ago
Reece Dunn
20de292bb9
add a .gitignore file to ignore unneeded files from development releases
13 years ago
Reece Dunn
8aaf248f34
build: support using cainteoir-engine to create an exception dictionary for en
14 years ago
Reece Dunn
9f3d81a752
ignore the src/libespeak.so file
14 years ago
Reece Dunn
e46f71b4ba
build: restructure to use the espeak-data directory directly.
15 years ago
Reece Dunn
b04fab1a6d
build: generate the espeak-data-local directory (not completely working yet)
15 years ago
Reece Dunn
d62ebe3a13
build: build espeak-phoneme-data
15 years ago
Reece Dunn
6204ef22f9
build: add a build script for espeakedit.
15 years ago
Reece Dunn
c8b77ae2ce
build: add a .gitignore file.
15 years ago