Browse Source

README: fix and extend the supported compiler documentation.

master
Reece H. Dunn 9 years ago
parent
commit
c793cd795b
1 changed files with 7 additions and 2 deletions
  1. 7
    2
      README.md

+ 7
- 2
README.md View File



1. a functional autotools system (`make`, `autoconf`, `automake`, `libtool` 1. a functional autotools system (`make`, `autoconf`, `automake`, `libtool`
and `pkg-config`); and `pkg-config`);
2. a functional c compiler that supports C11.
2. a functional c compiler that supports C99 (e.g. gcc or clang).


Optionally, you need: Optionally, you need:


| Dependency | Install | | Dependency | Install |
|---------------|------------------------------------------------------------------| |---------------|------------------------------------------------------------------|
| autotools | `sudo apt-get install make autoconf automake libtool pkg-config` | | autotools | `sudo apt-get install make autoconf automake libtool pkg-config` |
| c11 compiler | `sudo apt-get install gcc` |
| c99 compiler | `sudo apt-get install gcc` |


Optional dependencies: Optional dependencies:




./configure --help ./configure --help


To use a different compiler, or compiler flags, you can specify these before
the `configure` command. For example:

CC=clang-3.5 CFLAGS=-Wextra ./configure --prefix=/usr

The `espeak-ng` and `speak-ng` programs, along with the espeak-ng voices, can The `espeak-ng` and `speak-ng` programs, along with the espeak-ng voices, can
then be built with: then be built with:



Loading…
Cancel
Save