Browse Source

CHANGELOG: espeak-ng requires a C99 compiler, not a C11 compiler

master
Reece H. Dunn 9 years ago
parent
commit
f25b63ad5f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md View File

@@ -16,7 +16,7 @@

restructuring:

* Build the code with a C11 compiler, instead of a C++ compiler.
* Build the code with a C99 compiler, instead of a C++ compiler.
* Moved the library code to `src/libespeak-ng`.
* Renamed `espeak` to `espeak-ng`.
* Renamed `speak` to `speak-ng`.

Loading…
Cancel
Save