Browse Source

README.md: Merge the Debian dependency installation into the main Build Dependencies section.

master
Reece H. Dunn 8 years ago
parent
commit
f7b87daf71
1 changed files with 5 additions and 17 deletions
  1. 5
    17
      README.md

+ 5
- 17
README.md View File

- [Binaries](#binaries) - [Binaries](#binaries)
- [Building](#building) - [Building](#building)
- [Build Dependencies](#build-dependencies) - [Build Dependencies](#build-dependencies)
- [Debian](#debian)
- [Building](#building-1) - [Building](#building-1)
- [Audio Output Configuration](#audio-output-configuration) - [Audio Output Configuration](#audio-output-configuration)
- [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration) - [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration)


1. the `kramdown` markdown processor. 1. the `kramdown` markdown processor.


### Debian

Core dependencies:
On Debian-based systems such as Debian, Ubuntu and Mint, these dependencies can
be installed using the following commands:


| 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` |
| c99 compiler | `sudo apt-get install gcc` | | c99 compiler | `sudo apt-get install gcc` |

Optional dependencies:

| Dependency | Install |
|--------------|-----------------------------------------|
| sonic | `sudo apt-get install libsonic-dev` |
| ronn | `sudo apt-get install ruby-ronn` |

Documentation dependencies:

| Dependency | Install |
|---------------|--------------------------------------|
| kramdown | `sudo apt-get install ruby-kramdown` |
| sonic | `sudo apt-get install libsonic-dev` |
| ronn | `sudo apt-get install ruby-ronn` |
| kramdown | `sudo apt-get install ruby-kramdown` |


## Building ## Building



Loading…
Cancel
Save