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

@@ -6,7 +6,6 @@
- [Binaries](#binaries)
- [Building](#building)
- [Build Dependencies](#build-dependencies)
- [Debian](#debian)
- [Building](#building-1)
- [Audio Output Configuration](#audio-output-configuration)
- [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration)
@@ -80,27 +79,16 @@ To build the documentation, you need:

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 |
|---------------|------------------------------------------------------------------|
| autotools | `sudo apt-get install make autoconf automake libtool pkg-config` |
| 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


Loading…
Cancel
Save